diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 11:41:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 11:41:45 +0000 |
commit | 7874532c9332267e669c0c486920c2937991f808 (patch) | |
tree | 1fd8745d266d963db728c3c8ce28a053d8879481 /man.3 | |
parent | c44fd22b542e1961166f801e2adf77adeca2b6c3 (diff) | |
download | mandoc-7874532c9332267e669c0c486920c2937991f808.tar.gz |
Correctly labelled command-line as `Dl'.
Diffstat (limited to 'man.3')
-rw-r--r-- | man.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |