diff options
author | 2003-09-02 19:08:21 +0000 | |
---|---|---|
committer | 2003-09-02 19:08:21 +0000 | |
commit | 8a9aaaf6718dda6e847b13ca133443adfd80ba2b (patch) | |
tree | 8e6aa388262497fc75b8ad130d8f9a724ef8e12d /share/man | |
parent | various fixes: (diff) | |
download | wireguard-openbsd-8a9aaaf6718dda6e847b13ca133443adfd80ba2b.tar.xz wireguard-openbsd-8a9aaaf6718dda6e847b13ca133443adfd80ba2b.zip |
mdoc(7): add `?' and `!' to punctuation characters;
mdoc.samples(7): remove BUG concerning blank lines;
ok deraadt@
Diffstat (limited to 'share/man')
-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 |