groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/05: groff_man_style(7): Fix style nit.


From: G. Branden Robinson
Subject: [groff] 02/05: groff_man_style(7): Fix style nit.
Date: Sun, 25 Feb 2024 20:01:38 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit e6415b752a70bc4a5ff69f61d3d8e6947a33e810
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Feb 25 16:13:40 2024 -0600

    groff_man_style(7): Fix style nit.
    
    Use `IP` for bulleted paragraphs, not `TP`.
---
 tmac/groff_man.7.man.in | 42 +++++++++++++++++++++++++++++-------------
 1 file changed, 29 insertions(+), 13 deletions(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index 0c5a90ed4..c590e437d 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -3939,9 +3939,11 @@ program may lack permission to open such files.
 Some tips on troubleshooting your man pages follow.
 .
 .
-.TP
-\(bu Some ASCII characters look funny or copy and paste wrong.
+.IP \(bu 2n
+Some ASCII characters look funny or copy and paste wrong.
+.
 .
+.IP
 On devices with large glyph repertoires,
 like UTF-8-capable terminals and PDF,
 several keyboard glyphs are mapped to code points outside the Unicode
@@ -3992,9 +3994,11 @@ for an ordinary hyphen
 Review subsection \(lqPortability\(rq above.
 .
 .
-.TP
-\(bu Do I ever need to use an empty macro argument ("")?
+.IP \(bu
+Do I ever need to use an empty macro argument ("")?
+.
 .
+.IP
 Probably not.
 .
 When this seems necessary,
@@ -4074,9 +4078,12 @@ particularly with space,
 which can be overlooked in source and rendered forms.
 .
 .
-.TP
-.RB \(bu " .RS" " doesn't indent relative to my indented paragraph."
+.IP \(bu
+.B .RS
+doesn't indent relative to my indented paragraph.
+.
 .
+.IP
 The
 .B .RS
 macro determines the
@@ -4128,8 +4135,12 @@ to end the indented region before starting the next 
tagged paragraph
 (at the appropriate nesting level).
 .
 .
-.TP
-.RB \(bu " .RE" " doesn't move the inset back to the expected level."
+.IP \(bu
+.B .RE
+doesn't move the inset back to the expected level.
+.
+.
+.IP
 The
 .B .RS
 macro takes an inset
@@ -4172,10 +4183,13 @@ have no effect until
 is used again.
 .
 .
-.TP
-\(bu Do I need to keep typing the indentation in a series of \c
-.BR .IP " calls?"
+.IP \(bu
+Do I need to keep typing the indentation in a series of
+.B .IP
+calls?
 .
+.
+.IP
 Not if you don't want to change it.
 .
 Review subsection \(lqHorizontal and vertical spacing\(rq above.
@@ -4197,9 +4211,11 @@ _
 .TE
 .
 .
-.TP
-\(bu Why doesn't the package provide a string to insert an ellipsis?
+.IP \(bu
+Why doesn't the package provide a string to insert an ellipsis?
+.
 .
+.IP
 Examples of ellipsis usage are shown above,
 in subsection \[lq]Command synopsis macros\[rq].
 .



reply via email to

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