gbranden pushed a commit to branch master
in repository groff.

commit 37672310d36e88fa78552182cff44a9bdc819ea6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 17 21:01:53 2024 -0500

    tmac/html-end.tmac: Use \n[.R]u-1v as page length.
    
    * tmac/html-end.tmac: Set page length to `.R` basic units minus 1v to
      avoid saturation warnings on output devices with a non-unit vertical
      motion quantum (as the "html" device has).
---
 ChangeLog          | 3 +++
 tmac/html-end.tmac | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 667d3b1ef..64cae1dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
        (TS): Similar; set line length to `.R` basic units minus 1n to
        avoid saturation warnings on output devices with a non-unit
        horizontal motion quantum.
+       * tmac/html-end.tmac: Set page length to `.R` basic units minus
+       1v to avoid saturation warnings on output devices with a
+       non-unit vertical motion quantum (as the "html" device has).
        * tmac/man.ultrix (HB): Use value of `.R` register instead of
        "999" to indicate an arbitrary large integer.
        * tmac/psfig.tmac (F+):
diff --git a/tmac/html-end.tmac b/tmac/html-end.tmac
index 827d46ce7..f88c9d340 100644
--- a/tmac/html-end.tmac
+++ b/tmac/html-end.tmac
@@ -17,7 +17,7 @@
 .tl ''''
 .
 .\" tell grohtml some default parameter values
-.pl 99999i
+.pl \n[.R]u-1v
 .po 0
 .ll \n[.l]u
 .ta \n[.tabs]

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

Reply via email to