summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-07-02 10:36:58 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-07-02 10:36:58 +0000
commit6db46cedc7b39e8c031f7387bce808c4f48bfcca (patch)
treec68af27b4e7f758e682c1698caf080ef5a8aab16 /share/man/man7
parenteff3a6c935ac0e1d80937dc6b5c13612f4c930c4 (diff)
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@
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/mdoc.78
-rw-r--r--share/man/man7/mdoc.samples.712
2 files changed, 10 insertions, 10 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.