gbranden pushed a commit to branch master
in repository groff.

commit 803626a6324b8c5c9c15391112a3551bcbc1e9ac
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Apr 14 01:00:38 2026 -0500

    groff_diff(7): Fix content and markup nits.
    
    * Fix botched internal reference.
    * Conceptually link related requests and escape sequences:
      - .brp with \p
      - .device with \X
      - .devicem with \Y
    * Protect request name literal from hyphenation.
---
 man/groff_diff.7.man | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index a6729c914..a59b80709 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -2541,9 +2541,11 @@ See
 .TP
 .B .brp
 Break and force adjustment of the output line
-per the current adjustment mode.
+per the current adjustment mode,
+like
+.BR \[rs]p .
 .
-Like
+As with
 .BR br ,
 it does nothing if invoked with the no-break control character.
 .
@@ -2977,13 +2979,12 @@ GNU
 .I troff \" GNU
 output as parameters to an
 .RB \[lq] "x X" \[rq]
-device extension command;
-see
-.MR groff_out @MAN5EXT@ .
+device extension command,
+like
+.BR \[rs]X .
 .
-The output driver or other postprocessor interprets
-.I character-sequence
-as it sees fit.
+See
+.MR groff_out @MAN5EXT@ .
 .
 .
 .TP
@@ -2994,6 +2995,9 @@ to
 .I @g@troff
 output as the argument to a device extension command.
 .
+See
+.BR \[rs]Y .
+.
 .
 .TP
 .BI .do\~ name\~\c
@@ -4000,7 +4004,7 @@ to the standard error stream,
 the list of font translations.
 .
 See
-.B pftr
+.B ftr
 above.
 .
 The \[lq]from\[rq] font identifier is listed first,
@@ -4215,7 +4219,7 @@ Stop interpreting an interpolated macro,
 skipping to the end of its definition.
 .
 Do not confuse
-.RB \[lq] return \[rq]
+.RB \%\[lq] return \[rq]
 with
 .BR rt .
 .

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

Reply via email to