groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 03/30: groff_man*(7): Fix and markup nits.


From: G. Branden Robinson
Subject: [groff] 03/30: groff_man*(7): Fix and markup nits.
Date: Thu, 10 Oct 2024 20:18:09 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 95c695d99c091872b50b2ac78f3bc31029552615
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Oct 8 01:58:32 2024 -0500

    groff_man*(7): Fix and markup nits.
    
    * Economize macro usage when attacking the three-font problem in a
      non-paragraph-tag occurrence.
    * Use dummy characters adjacent to ellipses in ordinary table tries,
      "unnecessarily", but for pedagogical benefit to man page authors
      consulting the source of the document and who might not appreciate the
      subtleties of tbl(1) usage.
    * Fix typo in comment.
    
    Changes prompted by Bjarni Ingi Gislason; see
    <https://lists.gnu.org/archive/html/groff/2024-10/msg00056.html>.
---
 tmac/groff_man.7.man.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index 0afe1769e..e1991a709 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -607,7 +607,7 @@ and must contain only text of the form
 .RS \" Now indent further, visibly.
 .IR topic [\c
 .BI , " another-topic"\c
-.RB "].\|.\|.\& \e\- "\c
+].\|.\|.\& \e\-
 .I summary-description
 .RE \" Move left margin back to .IP indentation.
 for tools like
@@ -3373,7 +3373,7 @@ is set smaller and in bold.
 Use of this macro,
 an extension originating in SunOS\~4.0
 .IR troff ,\" SunOS
-.\" ..and which Clark included in groff man(7) from 1.01 or earlier...
+.\" ...and which Clark included in groff man(7) from 1.01 or earlier...
 is deprecated.
 .
 .B .SM
@@ -4209,7 +4209,7 @@ often a shorter or clearer alternative is available.
 .TS
 Cb   Cb
 LfCR LfCR.
-Instead of.\|.\|.      .\|.\|.should be considered.
+Instead of.\|.\|.\&    \&.\|.\|.should be considered.
 _
 \&.TP \(dq\(dq .TP
 _
@@ -4457,7 +4457,7 @@ when not ending a sentence.
 .TS
 Cb   Cb
 LfCR LfCR.
-Instead of.\|.\|.      .\|.\|.do this.
+Instead of.\|.\|.\&    \&.\|.\|.do this.
 _
 \&.ds EL \[rs]&.\[rs]|.\[rs]|. Arguments are
 Arguments are  .IR src-file\[rs]\[ti] .\[rs]|.\[rs]|.\[rs]&



reply via email to

[Prev in Thread] Current Thread [Next in Thread]