diff options
author | 2004-07-02 10:36:57 +0000 | |
---|---|---|
committer | 2004-07-02 10:36:57 +0000 | |
commit | 98ee89694519b68f7bf0cd09df23c06180fe51ef (patch) | |
tree | 96165e126d58b9fed90058c07831d35e16e30fac | |
parent | - note that as well as tabs, the -v option does not display EOLs (diff) | |
download | wireguard-openbsd-98ee89694519b68f7bf0cd09df23c06180fe51ef.tar.xz wireguard-openbsd-98ee89694519b68f7bf0cd09df23c06180fe51ef.zip |
note that section 9 pages may use RETURN VALUES and ERRORS;
note that section 1/6/8 pages may use DIAGNOSTICS;
from discussion w/ jared yanovich;
ok millert@
-rw-r--r-- | share/man/man7/mdoc.7 | 8 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 12 | ||||
-rw-r--r-- | share/misc/mdoc.template | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 4225072bbd8..6d9e26922ac 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.33 2004/02/24 21:21:44 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.34 2004/07/02 10:36:57 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -100,7 +100,7 @@ macros must be given an argument. .It Ar DESCRIPTION General description, including any options, operands, or other parameters. .It Ar RETURN VALUES -Sections two and three function calls. +Sections two, three, and nine function calls. .It Ar ENVIRONMENT Describe environment variables. .It Ar FILES @@ -108,9 +108,9 @@ Files associated with the subject, with short descriptions. .It Ar EXAMPLES Examples and suggestions. .It Ar DIAGNOSTICS -Section four device interface diagnostics. +Sections one, four, six, and eight diagnostics. .It Ar ERRORS -Sections two and three error and signal handling. +Sections two, three, and nine error and signal handling. .It Ar SEE ALSO Cross references and citations. .It Ar STANDARDS diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index af801df12ef..1d2262ab677 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.56 2004/06/30 21:10:08 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.57 2004/07/02 10:36:57 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -514,16 +514,16 @@ The utility processes files ... \&.\e" The following requests should be uncommented \&.\e" and used where appropriate. -\&.\e" This next request is for sections 2 and 3 +\&.\e" This next request is for sections 2, 3, and 9 \&.\e" function return values only. \&.\e" .Sh RETURN VALUES \&.\e" This next request is for sections 1, 6, 7 & 8 only. \&.\e" .Sh ENVIRONMENT \&.\e" .Sh FILES \&.\e" .Sh EXAMPLES -\&.\e" This next request is for section 4 only. +\&.\e" This next request is for sections 1, 4, 6, and 8 only. \&.\e" .Sh DIAGNOSTICS -\&.\e" The next request is for sections 2 and 3 +\&.\e" The next request is for sections 2, 3, and 9 \&.\e" error and signal handling only. \&.\e" .Sh ERRORS \&.\e" .Sh SEE ALSO @@ -2420,7 +2420,7 @@ They are listed in the order in which they would be used. .Bl -tag -width SYNOPSIS .It Li \&.Sh RETURN VALUES -Sections 2 and 3 function return values. +Sections 2, 3, and 9 function return values. .It Li \&.Sh ENVIRONMENT The .Sx ENVIRONMENT @@ -2445,7 +2445,7 @@ for details. Diagnostics from a command should be placed in this section. .It Li \&.Sh ERRORS Specific error handling, especially from library functions -(man page sections 2 and 3) should go here. +(man page sections 2, 3, and 9) should go here. The .Ql \&.Er macro is used to specify an errno. diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index 9b1967759b3..fb54ac66e26 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.template,v 1.8 2003/07/16 07:48:19 jmc Exp $ +.\" $OpenBSD: mdoc.template,v 1.9 2004/07/02 10:36:57 jmc Exp $ .\" .\" The following requests are required for all man pages. .Dd Month DD, YYYY @@ -17,15 +17,15 @@ The .Nm utility processes files ... .\" The following requests should be uncommented and used where appropriate. -.\" This next request is for sections 2 and 3 function return values only. +.\" This next request is for sections 2, 3, and 9 function return values only. .\" .Sh RETURN VALUES .\" This next request is for sections 1, 6, 7 & 8 only. .\" .Sh ENVIRONMENT .\" .Sh FILES .\" .Sh EXAMPLES -.\" This next request is for section 4 only. +.\" This next request is for sections 1, 4, 6, and 8 only. .\" .Sh DIAGNOSTICS -.\" The next request is for sections 2 and 3 error and signal handling only. +.\" The next request is for sections 2, 3, and 9 error and signal handling only. .\" .Sh ERRORS .\" .Sh SEE ALSO .\" .Xr foobar 1 |