gbranden pushed a commit to branch master
in repository groff.

commit da15ef81aeb03e9d417be9ac45bade226c0bb930
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 6 07:59:44 2025 -0600

    groff(7): Fix style nits in "Punning names" sec.
    
    * Favor active voice over passive.
    * Fix missing comma.
---
 man/groff.7.man | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index 5277cf25f..35ef51890 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -8825,7 +8825,7 @@ requests reprocess diversions.
 .SH "Punning names"
 .\" ====================================================================
 .
-.\" BEGIN Keep (roughly) parallel with groff.texi node "Punning names".
+.\" BEGIN Keep (roughly) parallel with groff.texi node "Punning Names".
 Macros,
 strings,
 and diversions share a name space;
@@ -8839,13 +8839,13 @@ versa.
 .
 Interpolating a string does not hide existing macro arguments.
 .
-The sequence
+Place the sequence
 .B \[rs]\[rs]
-can be placed at the end of a line in a macro definition or,
+at the end of a line in a macro definition or,
 within a macro definition,
-immediately after the interpolation of a macro as a string to suppress
-the effect of a newline.
-.\" END Keep (roughly) parallel with groff.texi node "Punning names".
+immediately after the interpolation of a macro as a string,
+to suppress the effect of a newline.
+.\" END Keep (roughly) parallel with groff.texi node "Punning Names".
 .
 .
 .\" ====================================================================

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

Reply via email to