diff options
-rw-r--r-- | share/man/man7/man.7 | 6 | ||||
-rw-r--r-- | share/man/man7/mdoc.7 | 6 | ||||
-rw-r--r-- | share/misc/mdoc.template | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 61f7450f553..15d278ed9bc 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.8 2010/08/31 17:51:31 jmc Exp $ +.\" $OpenBSD: man.7,v 1.9 2010/09/04 08:00:15 jmc 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: August 31 2010 $ +.Dd $Mdocdate: September 4 2010 $ .Dt MAN 7 .Os .Sh NAME @@ -234,7 +234,7 @@ The \efBfoo\efR utility processes files... \&.\e\*q For sections 1, 6, 7, & 8 only. \&.\e\*q .SH FILES \&.\e\*q .SH EXIT STATUS -\&.\e\*q For sections 1 & 8 only. +\&.\e\*q For sections 1, 6, & 8 only. \&.\e\*q .SH EXAMPLES \&.\e\*q .SH DIAGNOSTICS \&.\e\*q For sections 1, 4, 6, 7, & 8 only. diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 7324fbf2d91..985b3c14465 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.50 2010/08/31 17:51:31 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.51 2010/09/04 08:00:15 jmc Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,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: August 31 2010 $ +.Dd $Mdocdate: September 4 2010 $ .Dt MDOC 7 .Os .Sh NAME @@ -350,7 +350,7 @@ utility processes files ... \&.\e\*q For sections 1, 6, 7, & 8 only. \&.\e\*q .Sh FILES \&.\e\*q .Sh EXIT STATUS -\&.\e\*q For sections 1 & 8 only. +\&.\e\*q For sections 1, 6, & 8 only. \&.\e\*q .Sh EXAMPLES \&.\e\*q .Sh DIAGNOSTICS \&.\e\*q For sections 1, 4, 6, 7, & 8 only. 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. |