summaryrefslogtreecommitdiff
path: root/share/misc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-04 08:00:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-04 08:00:16 +0000
commite4e43e8f70a7ebdb754f8dcace9685a7415403ab (patch)
tree948da45bc27ea2942380d4cc6b4aa23f6895ebad /share/misc
parent79c8bcab7a546c67acfb7897ae018528a037a931 (diff)
EXIT STATUS is allowed for section 6 pages too (even though none of our
section 6 pages currently contain this information);
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/mdoc.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template
index f22478a16b6..363c3846593 100644
--- a/share/misc/mdoc.template
+++ b/share/misc/mdoc.template
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.template,v 1.11 2010/08/31 17:51:31 jmc Exp $
+.\" $OpenBSD: mdoc.template,v 1.12 2010/09/04 08:00:15 jmc Exp $
.\"
.\" The following requests are required for all man pages.
.\"
@@ -25,7 +25,7 @@ utility processes files ...
.\" For sections 1, 6, 7 & 8 only.
.\" .Sh FILES
.\" .Sh EXIT STATUS
-.\" For sections 1 & 8 only.
+.\" For sections 1, 6, & 8 only.
.\" .Sh EXAMPLES
.\" .Sh DIAGNOSTICS
.\" For sections 1, 4, 6, 7, and 8 only.