gbranden pushed a commit to branch master
in repository groff.

commit be1a555404691fc53dff8b227f15b5dd5c5b3a3d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Apr 20 10:04:18 2026 -0500

    groff_man_style(7): Improve customization example.
    
    * It's better to model a minimal alteration for the user; if one doesn't
      want to alter the minimal inter-word space size, one shouldn't specify
      it, and if one can't avoid specifying it, one should interpolate its
      current value rather than assuming it has its default value.
    
    * This leaves us room to change the `ss` request to accept proper
      measurement arguments in the future, rather than the bespoke "twelfths
      of an em".  See Savannah #68256.
---
 tmac/groff_man.7.man.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index ee9caa730..17dd226fc 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -4235,7 +4235,7 @@ _ifstyle()dnl
 .EX
 .ne 2v
 \&.\e" Put only one space after the end of a sentence.
-\&.ss 12 0 \e" See groff(@MAN7EXT@).
+\&.ss \n[.ss] 0 \e" See groff(@MAN7EXT@).
 .ne 2v
 \&.\e" Keep pages narrow even on wide terminals.
 \&.if n .if \en[LL]>80n .nr LL 80n

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

Reply via email to