[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/01: Correct manpage typo/inconsistency.
From: |
Keith Marshall |
Subject: |
[groff] 01/01: Correct manpage typo/inconsistency. |
Date: |
Sat, 2 Oct 2021 18:19:32 -0400 (EDT) |
keithmarshall pushed a commit to branch master
in repository groff.
commit 65b358677e7ec03eb4887e7b49ecdc79c0d0c648
Author: Keith Marshall <keith.d.marshall@ntlworld.com>
AuthorDate: Sat Oct 2 23:18:40 2021 +0100
Correct manpage typo/inconsistency.
* tmac/groff_ms.7.man (TC_LEADER, TC_MARGIN): Correct; should be...
(TC\-LEADER, TC\-MARGIN): ...respectively, for consistency with...
* tmac/s.tmac (TC-LEADER, TC-MARGIN): ...these.
---
ChangeLog | 8 ++++++++
tmac/groff_ms.7.man | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c740c2e..3f75d2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-10-02 Keith Marshall <keith.d.marshall@ntlworld.com>
+
+ Correct manpage typo/inconsistency.
+
+ * tmac/groff_ms.7.man (TC_LEADER, TC_MARGIN): Correct; should be...
+ (TC\-LEADER, TC\-MARGIN): ...respectively, for consistency with...
+ * tmac/s.tmac (TC-LEADER, TC-MARGIN): ...these.
+
2021-10-03 G. Branden Robinson <g.branden.robinson@gmail.com>
* src/roff/troff/input.cpp (encode_char): Update diagnostic
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index f67a279..4069f0d 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -351,9 +351,9 @@ The \[lq]gutter\[rq] affected by
is the gap between columns in multiple-column page arrangements.
.
The
-.B TC_MARGIN
+.B TC\-MARGIN
register and
-.B TC_LEADER
+.B TC\-LEADER
special character affect the formatting of tables of contents assembled
by the
.BR XS ,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/01: Correct manpage typo/inconsistency.,
Keith Marshall <=