diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 19:04:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 19:04:59 +0000 |
commit | 4ce948da8115fc07b71b9b97a192ddfc4b36187e (patch) | |
tree | 3ece18ee87af3eda4e264a088a3be7d894eba4d7 /share/tmac/mdoc/doc | |
parent | 965980b90c6715e3a764ea5d5e45358ef0b064d1 (diff) |
various fixes:
doc: make sure that double spaces follow {!,?,.}, even when used in macros;
fix partially from NetBSD;
doc-common: add `?' and `!' as punctuation characters. This means they must
now be escaped (just like `.') using `\&';
doc-ditroff: add `?' and `!' to the .Pu macro; sync order with doc-nroff;
doc-nroff: add `?' and `!' to the .Pu macro; remove a bogus blank line;
ok deraadt@
Diffstat (limited to 'share/tmac/mdoc/doc')
-rw-r--r-- | share/tmac/mdoc/doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/tmac/mdoc/doc b/share/tmac/mdoc/doc index ed8e72179fc..324ffd4d4d0 100644 --- a/share/tmac/mdoc/doc +++ b/share/tmac/mdoc/doc @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc,v 1.10 2003/07/24 18:12:53 jmc Exp $ +.\" $OpenBSD: doc,v 1.11 2003/09/02 19:04:58 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -364,7 +364,7 @@ . el .as b1 \&\f\\n(cF\s\\n(cZ\\*(A\\n(aP\fP\s0 . ie \\n(aC==\\n(aP \{\ . if \\n(jM==4 .as b1 \&\|\- -. as b1 \&\fP\s0 +. as b1 \fP\s0 . aZ . \} . el \{\ @@ -392,7 +392,7 @@ . ie \\n(jM==2 .as b1 \&\\*(A\\n(aP . el .as b1 \&\f\\n(cF\s\\n(cZ\\*(A\\n(aP\fP\s0 . ie \\n(aC==\\n(aP \{\ -. as b1 \&\f\\n(cF\s\\n(cZ +. as b1 \f\\n(cF\s\\n(cZ . aZ . \} . el \{\ |