summaryrefslogtreecommitdiffstats
path: root/man.3
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 /man.3
parentc44fd22b542e1961166f801e2adf77adeca2b6c3 (diff)
downloadmandoc-7874532c9332267e669c0c486920c2937991f808.tar.gz
Correctly labelled command-line as `Dl'.
Diffstat (limited to 'man.3')
-rw-r--r--man.32
1 files changed, 1 insertions, 1 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