gbranden pushed a commit to branch master
in repository groff.

commit 440df280ed50d781b4b0d5a59c9371be5a695c0e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Mar 27 04:42:55 2025 -0500

    groff_diff(7): Fix style and consistency nits.
    
    * Fix inconsistent use of metasyntactic variable name.
    * Parallelize wording of changes unifying `lf`, `pi`, `so`, and `sy`
      syntax, with `ds`, taking care to record only _changes_ in behavior.
      (`pi` and `sy` read the rest of the input line even in AT&T troff.)
---
 man/groff_diff.7.man | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 14951ceff..f37ab9e72 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -4266,7 +4266,7 @@ It also
 removes a leading neutral double quote
 .RB \[oq] \[dq] \[cq]
 from
-.IR contents ,
+.I file-identifier,
 permitting initial embedded spaces in it,
 and reads it to the end of the input line in copy mode.
 .
@@ -4290,7 +4290,7 @@ and reads it to the end of the input line in copy mode.
 GNU
 .I troff \" GNU
 strips a leading neutral double quote from the argument,
-permitting initial embedded spaces.
+permitting initial embedded spaces in it.
 .
 .
 .TP
@@ -4311,13 +4311,12 @@ or diversion
 .I file
 GNU
 .I troff \" GNU
-strips a leading neutral double quote from the argument,
-permitting initial embedded spaces.
-.
-Further,
-spaces in
-.I file
-are accepted as part of the file name.
+removes a leading neutral double quote
+.RB \[oq] \[dq] \[cq]
+from
+.IR file ,
+permitting initial embedded spaces in it,
+and reads it to the end of the input line in copy mode.
 .
 .
 .TP
@@ -4346,7 +4345,7 @@ Negative values are erroneous.
 GNU
 .I troff \" GNU
 strips a leading neutral double quote from the argument,
-permitting initial embedded spaces.
+permitting initial embedded spaces in it.
 .
 .
 .TP
@@ -4433,9 +4432,11 @@ if the macro is called with the \[lq]normal\[rq] control 
character
 (\[lq].\[rq] by default),
 and\~0 otherwise.
 .
-This facility allows the reliable modification of requests.
+This facility allows requests to be reliably wrapped by a macro.
 .
-Using this register outside of a macro definition makes no sense.
+Interpolating the
+.B .br
+register outside of a macro definition makes no sense.
 .
 .
 .TP

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

Reply via email to