From 7874532c9332267e669c0c486920c2937991f808 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 17 Dec 2010 11:41:45 +0000 Subject: Correctly labelled command-line as `Dl'. --- mdoc.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdoc.3') diff --git a/mdoc.3 b/mdoc.3 index f73b8e70..83ad2f2f 100644 --- a/mdoc.3 +++ b/mdoc.3 @@ -330,7 +330,7 @@ mdoc_free(mdoc); .Pp To compile this, execute .Pp -.D1 % cc main.c libmdoc.a libmandoc.a +.Dl % cc main.c libmdoc.a libmandoc.a .Pp where .Pa main.c -- cgit