summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-03-27 20:29:36 +0000
committerwlemb <wlemb>2001-03-27 20:29:36 +0000
commit6d37d2f5f9d2475d5de9056191cb75a4348d2741 (patch)
tree060606f99e3bea52e0a88dd3bf23238c47c5cfce
parentbbe9c169a3ae5402c46eadf020a87c89a48bf930 (diff)
downloadgroff-6d37d2f5f9d2475d5de9056191cb75a4348d2741.tar.gz
* tmac/an-old.tmac (TP, an-do-tag): Reduce line length while in
diversion. This fixes overlong tags. * tmac/doc-syms: Fix error messages. * tmac/an-old.tmac: Remove incorrect double backslashes.
-rw-r--r--ChangeLog7
-rw-r--r--tmac/an-old.tmac10
-rw-r--r--tmac/doc-syms4
3 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e58d0e76..3ed3a948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2001-03-27 Werner LEMBERG <wl@gnu.org>
+
+ * tmac/an-old.tmac (TP, an-do-tag): Reduce line length while in
+ diversion. This fixes overlong tags.
+
2001-03-26 Werner LEMBERG <wl@gnu.org>
* doc/groff.texinfo: Fixed and improved documentation of fonts.
+ * tmac/doc-syms: Fix error messages.
+ * tmac/an-old.tmac: Remove incorrect double backslashes.
2001-03-24 Ruslan Ermilov <ru@freebsd.org>
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index adf46f76..9452f50e 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -58,7 +58,7 @@
.nr html-or-html-old 0
.if '\*(.T'html-old' .nr html-or-html-old 1
.if '\*(.T'html' .nr html-or-html-old 1
-.if \\n[html-or-html-old] .nr C 1
+.if \n[html-or-html-old] .nr C 1
.if r ps4html .nr C 1
.
.de set-an-margin
@@ -283,7 +283,10 @@
. it 1 an-trap
. if !\\n[an-div?] .di an-div
. ie \\n[html-or-html-old] .in \\n[an-margin]u
-. el .in 0
+. el \{\
+. in 0
+. ll -\\n[an-margin]u
+. \}
. nr an-div? 1
..
.
@@ -305,6 +308,7 @@
.de an-do-tag
. nr an-div? 0
. br
+. ll
. di
. ie (\\n[dl] + \\n[an-tag-sep] > \\n[an-prevailing-indent]) \{\
. in \\n[an-margin]u
@@ -469,7 +473,7 @@
.ds lq \(lq
.ds rq \(rq
.
-.if !\\n[html-or-html-old] .hy 14
+.if !\n[html-or-html-old] .hy 14
.
.\" Load local modifications.
.mso man.local
diff --git a/tmac/doc-syms b/tmac/doc-syms
index 15ec8e4f..30bdaeb6 100644
--- a/tmac/doc-syms
+++ b/tmac/doc-syms
@@ -658,7 +658,7 @@
. el \{\
. tmc "mdoc warning: .St: Unknown standard abbreviation
. tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
-. tm1 " Please refer to groff_mdoc.references.man for a
+. tm1 " Please refer to the groff_mdoc(7) manpage for a
. tm1 " list of available standard abbreviations.
. \}\}
. el \
@@ -680,7 +680,7 @@
.
.de doc-St-usage
. tm1 "Usage: .St standard (#\n[.c])
-. tm1 " Please refer to groff_mdoc.references.man for a list of
+. tm1 " Please refer to the groff_mdoc(7) manpage for a list of
. tm1 " available standard abbreviations.
..
.