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/man7/mdoc.7 | |
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/man7/mdoc.7')
-rw-r--r-- | share/man/man7/mdoc.7 | 4 |
1 files changed, 2 insertions, 2 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 |