summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:41:45 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:41:45 +0000
commit7874532c9332267e669c0c486920c2937991f808 (patch)
tree1fd8745d266d963db728c3c8ce28a053d8879481
parentc44fd22b542e1961166f801e2adf77adeca2b6c3 (diff)
downloadmandoc-7874532c9332267e669c0c486920c2937991f808.tar.gz
Correctly labelled command-line as `Dl'.
-rw-r--r--man.32
-rw-r--r--mdoc.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man.3 b/man.3
index 8b351cc0..f640f445 100644
--- a/man.3
+++ b/man.3
@@ -254,7 +254,7 @@ man_free(man);
.Pp
To compile this, execute
.Pp
-.D1 % cc main.c libman.a libmandoc.a
+.Dl % cc main.c libman.a libmandoc.a
.Pp
where
.Pa main.c
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