gbranden pushed a commit to branch master
in repository groff.

commit ad985b38344f764dace28a24dbdbe4ce354c37d4
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 23 01:38:09 2025 -0500

    [doc,man]: Fix misplaced modifier.
---
 doc/groff.texi.in    | 2 +-
 man/groff.7.man      | 2 +-
 man/groff_diff.7.man | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index be234e994..9d5231257 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -17788,7 +17788,7 @@ represents an empty list.
 @cindex diversion, dumping (@code{pm})
 Report,
 to the standard error stream,
-the name and @acronym{JSON}-encoded contents of each macro,
+the @acronym{JSON}-encoded name and contents of each macro,
 string,
 or diversion
 @var{name},
diff --git a/man/groff.7.man b/man/groff.7.man
index 5903b9455..3e7a48ab7 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -4224,7 +4224,7 @@ and diversions and their sizes in bytes.
 .REQ .pm "name \fR\&.\|.\|.\&\fP"
 Report,
 to the standard error stream,
-the name and JSON-encoded contents of each macro,
+the JSON-encoded name and contents of each macro,
 string,
 or diversion
 .IR name .
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 4a1f57fee..41a5c8525 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -6283,7 +6283,8 @@ units.
 GNU
 .I troff \" GNU
 reports the sizes in bytes if given no arguments,
-and otherwise dumps the contents of each named argument.
+and otherwise dumps
+the JSON-encoded name and contents of each named argument.
 .
 .
 .P

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

Reply via email to