summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-16 16:05:13 +0000
committerru <ru@FreeBSD.org>2000-11-16 16:05:13 +0000
commit404bc1af74891b5bcab4baceac6b398837406f74 (patch)
tree802a5c9632208df2982473212ce5b53f29b2fafc /contrib
parentacf778e659e222d89f34522dfee3e5b860f0b720 (diff)
downloadFreeBSD-src-404bc1af74891b5bcab4baceac6b398837406f74.zip
FreeBSD-src-404bc1af74891b5bcab4baceac6b398837406f74.tar.gz
Fix problem with extra space after an Xr, because aZ was being called twice.
Fix the no-space-after-a-period-in-macro problem. Obtained from: NetBSD
Diffstat (limited to 'contrib')
-rw-r--r--contrib/groff/tmac/tmac.doc12
1 files changed, 5 insertions, 7 deletions
diff --git a/contrib/groff/tmac/tmac.doc b/contrib/groff/tmac/tmac.doc
index 516584c..4882ba1 100644
--- a/contrib/groff/tmac/tmac.doc
+++ b/contrib/groff/tmac/tmac.doc
@@ -409,7 +409,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 \{\
@@ -2269,18 +2269,16 @@
. ie \\n(C\\n(aP>2 .y\\n(C\\n(aP
. el \{\
. as b1 \&\\*(xR\\*(A\\n(aP\fP\s0
-. if \\n(aC>\\n(aP \{\
-. nr aP \\n(aP+1
+. nr aP \\n(aP+1
+. if \\n(aC>=\\n(aP \{\
. if \\n(C\\n(aP==2 \{\
. as b1 \&(\\*(A\\n(aP)
. nr aP \\n(aP+1
. \}
-. if \\n(aC>=\\n(aP \{\
-. c\\n(C\\n(aP
-. \}
. \}
+. ie \\n(aC>=\\n(aP .c\\n(C\\n(aP
+. el .aZ
. \}
-. aZ
. \}
.\}
..
OpenPOWER on IntegriCloud