gbranden pushed a commit to branch master
in repository groff.

commit 82e9e2ce3199c08744af22649764c46c714d2cd0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun May 4 06:41:40 2025 -0500

    [doc,man/*]: Slighly recast.
    
    Also align input line breaks between our Texinfo manual and man pages.
---
 doc/groff.texi.in    | 13 +++++++++----
 man/groff.7.man      |  4 ++--
 man/groff_diff.7.man |  6 +++---
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 60f7470b6..32da86fc5 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -15071,14 +15071,19 @@ box margin.
 @cindex polygon, outlined, drawing (@samp{\D'p @dots{}'})
 @cindex drawing an outlined polygon (@samp{\D'p @dots{}'})
 @cindex outlined polygon, drawing (@samp{\D'p @dots{}'})
-Draw polygon with vertices at drawing position and each point in
-sequence.  GNU @code{troff} closes the polygon by drawing a line from
-(@var{hn}, @var{vn}) back to the initial drawing position.
+Draw polygon with vertices at the drawing position
+and each point in sequence.
+GNU
+@code{troff} closes the polygon by drawing a line from
+(@var{hn}, @var{vn})
+back to the initial drawing position.
 @c XXX: This would be the "STUPID_DRAWING_POSITIONING" complained of in
 @c src/libs/libdriver/input.cpp.  It is neither the rightmost point
 @c of the figure nor the initial drawing position that GNU troff
 @c automatically returned to to close the figure.
-Afterward, the drawing position is left at (@var{hn}, @var{vn}).
+Afterward,
+the drawing position is left at
+(@var{hn}, @var{vn}).
 
 @item \D'P @var{dx1} @var{dy1} @var{dx2} @var{dy2} @dots{}'
 @cindex polygon, filled, drawing (@samp{\D'P @dots{}'})
diff --git a/man/groff.7.man b/man/groff.7.man
index 728a70724..a4ca70be2 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -6164,8 +6164,8 @@ Draw line from the drawing position to
 .BI \[rs]D\[aq]p\~ "h1 v1"\~\c
 .RI .\|.\|.\~ "hn vn"\c
 .B \[aq]
-Draw polygon with vertices at drawing position and each point
-in sequence.
+Draw polygon with vertices at the drawing position
+and each point in sequence.
 .
 GNU
 .I troff \" GNU
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 30b90206a..16c50ffe2 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -714,7 +714,7 @@ stroked figure,
 you must draw the same figure twice using each command.
 .
 A filled figure is smaller
-than a stroked one with the same parameters
+than a stroked one using the same parameters
 because the former is drawn only within its defined area,
 whereas strokes have a line thickness,
 set with another new drawing command.
@@ -824,8 +824,8 @@ with its leftmost point at the drawing position.
 .BI \[rs]D\[aq]p\~ "h1 v1"\~\c
 .RI .\|.\|.\~ "hn vn"\c
 .B \[aq]
-Draw polygon with vertices at drawing position and each point
-in sequence.
+Draw polygon with vertices at the drawing position
+and each point in sequence.
 .
 GNU
 .I troff \" GNU

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

Reply via email to