summaryrefslogtreecommitdiffstatshomepage
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
commita1f259e174574d8cf4a5fe8810da2b675e5afe95 (patch)
tree58922e58ff7cedc1e09ce2ed482ef72762b403f6 /man.3
parent0d7d22d32950c90e48005ba8e864e320f5faeb18 (diff)
downloadmandoc-a1f259e174574d8cf4a5fe8810da2b675e5afe95.tar.gz
mandoc-a1f259e174574d8cf4a5fe8810da2b675e5afe95.tar.zst
mandoc-a1f259e174574d8cf4a5fe8810da2b675e5afe95.zip
Correctly labelled command-line as `Dl'.
Diffstat (limited to 'man.3')
-rw-r--r--man.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man.3 b/man.3
index 8d756b78..826c6bda 100644
--- a/man.3
+++ b/man.3
@@ -1,4 +1,4 @@
-.\" $Id: man.3,v 1.26 2010/12/05 16:14:16 kristaps Exp $
+.\" $Id: man.3,v 1.27 2010/12/17 11:41:45 kristaps Exp $
.\"
.\" Copyright (c) 2009-2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 5 2010 $
+.Dd $Mdocdate: December 17 2010 $
.Dt MAN 3
.Os
.Sh NAME
@@ -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