gbranden pushed a commit to branch master
in repository groff.

commit cada91ca4d21d1632e5c271a64b03c2020c3d4db
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 17 17:24:37 2026 -0500

    [sboxes]: Fix Savannah #68538.
    
    * contrib/sboxes/sboxes.tmac (fn@print-sep): Use `output` request
      instead of `nop \!` sequence, which probably _should_ be equivalent,
      but for some reason is not.
    
    Fixes <https://savannah.gnu.org/bugs/?68538>.
---
 contrib/sboxes/ChangeLog   | 8 ++++++++
 contrib/sboxes/sboxes.tmac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/contrib/sboxes/ChangeLog b/contrib/sboxes/ChangeLog
index 6994d916e..9ff5654f8 100644
--- a/contrib/sboxes/ChangeLog
+++ b/contrib/sboxes/ChangeLog
@@ -1,3 +1,11 @@
+2026-07-17  G. Branden Robinson <[email protected]>
+
+       * sboxes.tmac (fn@print-sep): Use `output` request instead of
+       `nop \!` sequence, which probably _should_ be equivalent, but
+       for some reason is not.
+
+       Fixes <https://savannah.gnu.org/bugs/?68538>.
+
 2026-07-14  G. Branden Robinson <[email protected]>
 
        * sboxes.tmac (BOXSTART, BOXSTOP): Supply empty definitions of
diff --git a/contrib/sboxes/sboxes.tmac b/contrib/sboxes/sboxes.tmac
index db2f384a6..c28c2c9bb 100644
--- a/contrib/sboxes/sboxes.tmac
+++ b/contrib/sboxes/sboxes.tmac
@@ -70,7 +70,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .am fn@print-sep
 .  if '\*[.T]'pdf' \{\
 .    nr bx*pb \\n[nl]u-2p
-.    nop \!x X pdf: background footnote \\n[bx*pb]z
+.    output x X pdf: background footnote \\n[bx*pb]z
 .    rr bx*pb
 .  \}
 ..

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

Reply via email to