gbranden pushed a commit to branch master
in repository groff.

commit bf0f38749c725641ec4d7b30477783c1aa7b10df
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Mar 14 11:06:36 2026 -0500

    [sboxes]: Indirectly suppress EOS detection.
    
    * contrib/sboxes/notquine.sed: Suppress end-of-sentence detection in GPL
      notice text and examples of *roff input (macro definitions using
      spaces for indentation after the control character) when inlining
      document source into itself.
---
 contrib/sboxes/ChangeLog    | 7 +++++++
 contrib/sboxes/notquine.sed | 1 +
 2 files changed, 8 insertions(+)

diff --git a/contrib/sboxes/ChangeLog b/contrib/sboxes/ChangeLog
index 8a0a984eb..81e5ddd92 100644
--- a/contrib/sboxes/ChangeLog
+++ b/contrib/sboxes/ChangeLog
@@ -1,3 +1,10 @@
+2026-03-14  G. Branden Robinson <[email protected]>
+
+       * notquine.sed: Suppress end-of-sentence detection in GPL notice
+       text and examples of *roff input (macro definitions using spaces
+       for indentation after the control character) when inlining
+       document source into itself.
+
 2026-02-03  G. Branden Robinson <[email protected]>
 
        * sboxes.am: Populate `sboxespdfdocdir` and
diff --git a/contrib/sboxes/notquine.sed b/contrib/sboxes/notquine.sed
index 11c81ed2b..f864e3a66 100644
--- a/contrib/sboxes/notquine.sed
+++ b/contrib/sboxes/notquine.sed
@@ -8,6 +8,7 @@ s/-/\\&/g
 s/'/\\[aq]/g
 s/~/\\[ti]/g
 s/^\./\\\&&/
+s/\.  /.\\\&  /
 /@FOOTNOTE@/a\
 .FS\
 This is a long footnote occupying multiple output lines.\

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

Reply via email to