diff options
| -rw-r--r-- | contrib/groff/tmac/doc-common | 1 | ||||
| -rw-r--r-- | contrib/groff/tmac/doc-ditroff | 3 | ||||
| -rw-r--r-- | contrib/groff/tmac/doc-nroff | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index c93931639ed1..50ef5e772c8b 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -130,6 +130,7 @@ .nr z, 3 .nr z: 3 .nr z; 3 +.nr z? 3 .nr z( 4 .nr z) 3 .nr z[ 4 diff --git a/contrib/groff/tmac/doc-ditroff b/contrib/groff/tmac/doc-ditroff index 039db7dd06e5..bbc36b35d28b 100644 --- a/contrib/groff/tmac/doc-ditroff +++ b/contrib/groff/tmac/doc-ditroff @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)doc-ditroff 5.8 (Berkeley) 8/5/91 +.\" $FreeBSD$ .\" .\" tmac.mdoc-ditroff .\" %beginstrip% @@ -64,7 +65,7 @@ .ds nO \fR\s10 .ds nT \s0 .ds pA \fC\s10 -.ds Pu \fR{\ .\ ,\ :\ ;\ (\ )\ [\ ]\ \fR} +.ds Pu \fR{\ .\ ,\ :\ ;\ ?\ (\ )\ [\ ]\ \fR} .ds rA \fR\s10 .ds rT \f(CO\s10 .ds sH \fB\s10 diff --git a/contrib/groff/tmac/doc-nroff b/contrib/groff/tmac/doc-nroff index faad1cb535cf..252d1665b805 100644 --- a/contrib/groff/tmac/doc-nroff +++ b/contrib/groff/tmac/doc-nroff @@ -62,7 +62,7 @@ .ds nM \fB .ds nO \fR .ds pA \fI -.ds Pu {\ .\ ,\ ;\ :\ (\ )\ [\ ]} +.ds Pu {\ .\ ,\ :\ ;\ ?\ (\ )\ [\ ]} .ds rA \fR .ds rT \fI .ds sH \fB |
