diff options
-rw-r--r-- | share/man/man7/mdoc.7 | 4 | ||||
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 8 |
2 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 89fb9030226..9619992ee6b 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.28 2003/07/21 11:50:54 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.29 2003/09/02 19:08:21 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -264,7 +264,7 @@ columns below. .Pp Unless stated, manual domain macros share a common syntax: .Pp -.Dl \&.Va argument [\ .\ ,\ ;\ :\ (\ )\ [\ ]\ argument \...\ ] +.Dl \&.Va argument [\ .\ ,\ ;\ :\ ?\ !\ (\ )\ [\ ]\ argument \...\ ] .Pp .Sy Note : Opening and closing diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index f520caa9f60..d6682212c69 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.44 2003/07/21 11:52:19 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.45 2003/09/02 19:08:21 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -3249,12 +3249,6 @@ Occasionally it separates the last parenthesis, and sometimes looks ridiculous if a line is in fill mode. .Pp -The method used to prevent header and footer page -breaks (other than the initial header and footer) when using -.Xr nroff 1 -occasionally places an unsightly partially filled line (blank) -at the would be bottom of the page. -.Pp If the outer-most list definition does not have a .Fl width argument, the |