summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-16 17:04:14 +0000
committerru <ru@FreeBSD.org>2000-11-16 17:04:14 +0000
commitb5506d5eefc067bf40008dd0fe0d1c8ba0d39a86 (patch)
treef951ca0710fb68198921979dab53ed70d009ba2e /contrib
parentb886bf9c53f41e93f568e8c679f8b2d737b06ba5 (diff)
downloadFreeBSD-src-b5506d5eefc067bf40008dd0fe0d1c8ba0d39a86.zip
FreeBSD-src-b5506d5eefc067bf40008dd0fe0d1c8ba0d39a86.tar.gz
Make the question mark (`?') a valid punctuation character.
One can now, for example, write: .Sh EXAMPLES Have you read the .Xr mdoc 7 ? .Pp Do you like .Fx ? The mdoc.samples(7) page has been automatically updated to record this change.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/groff/tmac/doc-common1
-rw-r--r--contrib/groff/tmac/doc-ditroff3
-rw-r--r--contrib/groff/tmac/doc-nroff2
3 files changed, 4 insertions, 2 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common
index c939316..50ef5e7 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 039db7d..bbc36b3 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 faad1cb..252d166 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
OpenPOWER on IntegriCloud