gbranden pushed a commit to branch master
in repository groff.

commit e3d2d19607e2b4ebbb9de358b7ea173a747cd085
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Nov 7 03:09:54 2025 -0600

    [doc,man]: Fix style nit.
    
    Favor active voice over passive.
---
 doc/groff.texi.in          | 12 +++++++++---
 src/roff/troff/troff.1.man |  6 ++++--
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 848644d86..bc3c24e56 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -19352,7 +19352,10 @@ without an argument when there was no current 
diversion.
 @cindex @code{\*}, and warnings
 An undefined string, macro, or diversion was used.  When such an object
 is dereferenced, an empty one of that name is automatically created.
-So, unless it is later deleted, at most one warning is given for each.
+So,
+unless it is later deleted,
+GNU @command{troff}
+issues at most one warning for each.
 
 GNU @command{troff} also uses this category to warn of an attempt to
 move an unplanted trap macro (@pxref{Page Location Traps}).  In such
@@ -19365,8 +19368,11 @@ created if it does not exist.
 @cindex @code{\R}, and warnings
 @cindex @code{\n}, and warnings
 An undefined register was used.  When an undefined register is
-dereferenced, it is automatically defined with a value of@tie{}0.  So,
-unless it is later deleted, at most one warning is given for each.
+dereferenced, it is automatically defined with a value of@tie{}0.
+So,
+unless it is later deleted,
+GNU @command{troff}
+issues at most one warning for each.
 
 @item tab
 @itemx 2048
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index e3648507c..b8071454d 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -720,7 +720,8 @@ an empty one of that name is automatically created.
 .
 So,
 unless it is later deleted,
-at most one warning is given for each.
+.I @g@troff
+issues at most one warning for each.
 .
 .
 .IP
@@ -761,7 +762,8 @@ it is automatically defined with a value of\~0.
 .
 So,
 unless it is later deleted,
-at most one warning is given for each.
+.I @g@troff
+issues at most one warning for each.
 .
 .
 .TP

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

Reply via email to