gbranden pushed a commit to branch master
in repository groff.

commit c064c136f1ce1d122916b79e12a4094c37a82d83
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Sep 2 21:47:23 2026 -0500

    [doc,man]: Fix style nit.
    
    * Kill doubled word.
    * Connect magnitude not with preposition, but with corresponding units.
    
    Also break Texinfo input lines in convenient places for roffing and
    diffing.
---
 doc/groff.texi.in | 13 +++++++++----
 man/groff.7.man   |  3 +--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 401e07d9a..2930a1066 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -19612,10 +19612,15 @@ polygon would occlude the text.
 @item \D't @var{n}'
 @cindex line thickness (@samp{\D't @dots{}'})
 @cindex thickness of lines (@samp{\D't @dots{}'})
-Set the stroke thickness of geometric objects to @var{n} basic units.  A
-zero @var{n} selects the minimum supported thickness.  A negative
-@var{n} selects a thickness proportional to the type size; this is the
-default.
+Set the stroke thickness of geometric objects to
+@var{n}@tie{}basic units.
+A zero
+@var{n}
+selects the minimum supported thickness.
+A negative
+@var{n}
+selects a thickness proportional to the type size;
+this is the default.
 @end table
 @endDefesc
 @c END Keep (roughly) parallel with subsection "Drawing commands" of
diff --git a/man/groff.7.man b/man/groff.7.man
index 84cd5b8dd..96e0682ed 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -7158,8 +7158,7 @@ but the polygon is filled.
 .TP
 .BI \[rs]D\[aq]t\~ "n" \[aq]
 Set stroke thickness of geometric objects to
-.RI to\~ n
-basic units.
+.IR n\~ "basic units."
 .
 A zero
 .I n

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to