diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-04-23 15:37:15 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-04-23 15:37:15 +0000 |
commit | ab83a2a0add60b455db120505f68bf69b30cf267 (patch) | |
tree | b4378c7ac9e3693c84c84cbe99bc78dbc80c37fe /share/man | |
parent | fb3529daede59a62fb873584ec5c46df74e73ca3 (diff) |
improve the description for the .Nd macro in a way it is not only
more accurate but also a good mnemonic.
ok jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/mdoc.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 0b366227b5e..41eb4202223 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.40 2009/03/04 22:17:05 sobrado Exp $ +.\" $OpenBSD: mdoc.7,v 1.41 2009/04/23 15:37:14 sobrado Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: March 4 2009 $ +.Dd $Mdocdate: April 23 2009 $ .Dt MDOC 7 .Os .Sh NAME @@ -310,7 +310,7 @@ Produces .It Li \&Ic Ta Yes Ta Yes Ta "Interactive command." .It Li \&In Ta \&No Ta \&No Ta "Include header file." .It Li \&Li Ta Yes Ta Yes Ta "Literal text." -.It Li \&Nd Ta \&No Ta \&No Ta "Command description." +.It Li \&Nd Ta \&No Ta \&No Ta "Name description." .It Li \&Nm Ta Yes Ta Yes Ta "Command name." .It Li \&Op Ta Yes Ta Yes Ta "Option (also .Oo and .Oc)." .It Li \&Ot Ta Yes Ta Yes Ta "Old style function type (Fortran only)." |