gbranden pushed a commit to branch master
in repository groff.

commit 60f5a567e1f454220db94348f43d7407a62c7c69
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Sep 11 00:37:27 2024 -0500

    grops(1): Fix style nit.
    
    Prevent breaks inside example device extension commands.
---
 src/devices/grops/grops.1.man | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/devices/grops/grops.1.man b/src/devices/grops/grops.1.man
index 9f6dd2456..73ee023c1 100644
--- a/src/devices/grops/grops.1.man
+++ b/src/devices/grops/grops.1.man
@@ -957,7 +957,7 @@ commands is on top of the dictionary stack.
 .
 If your code adds definitions to this dictionary,
 you should allocate space for them using
-.RB \[lq] "\[rs]X\[aq]ps: mdef\~"
+.RB \[lq] "\[rs]X\[aq]ps:\~mdef\~"
 .IB n \[aq]\c
 \[rq].
 .
@@ -1224,9 +1224,9 @@ is previewed with
 If a PostScript procedure
 .B BPhook
 has been defined via a
-.RB \[lq] "ps: def" \[rq]
+.RB \[lq] "ps:\~def" \[rq]
 or
-.RB \[lq] "ps: mdef" \[rq]
+.RB \[lq] "ps:\~mdef" \[rq]
 device extension command,
 it is executed at the beginning of every page
 (before anything is drawn or written by

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

Reply via email to