summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-01-11 09:16:28 +0000
committerru <ru@FreeBSD.org>2001-01-11 09:16:28 +0000
commit4bf1a1503ae530e05d79842d899f6268ace94340 (patch)
treecc5d672aea4848ef4d951ab886a4341a06f3313e /contrib
parent57085b0c62ecd52c3a1ba964226ba89319fc25b2 (diff)
downloadFreeBSD-src-4bf1a1503ae530e05d79842d899f6268ace94340.zip
FreeBSD-src-4bf1a1503ae530e05d79842d899f6268ace94340.tar.gz
Fixed the bug in D1 macro where it would eat its first (text) argument.
Obtained from: mdocNG
Diffstat (limited to 'contrib')
-rw-r--r--contrib/groff/tmac/tmac.doc16
1 files changed, 2 insertions, 14 deletions
diff --git a/contrib/groff/tmac/tmac.doc b/contrib/groff/tmac/tmac.doc
index 3462067..e540672 100644
--- a/contrib/groff/tmac/tmac.doc
+++ b/contrib/groff/tmac/tmac.doc
@@ -2417,20 +2417,8 @@
. \}
. el \{\
. ds mN D1
-. ds A1 \\$1
-. ds A2 \\$2
-. ds A3 \\$3
-. ds A4 \\$4
-. ds A5 \\$5
-. ds A6 \\$6
-. ds A7 \\$7
-. ds A8 \\$8
-. ds A9 \\$9
-. nr fV \\n(.$
-. fV
-. nr aP \\n(aP+1
-. ie \\n(C\\n(aP==1 .\\*(A\\n(aP
-. el .No
+. aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
+. No
. \}
.\}
.el \{\
OpenPOWER on IntegriCloud