gbranden pushed a commit to branch master
in repository groff.

commit 5326a63c5a23f32fa661bf7601e18049aaee2acb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 17 20:36:52 2024 -0500

    tmac/man.ultrix: Use `\n[.R]` instead of "999".
---
 ChangeLog       | 2 ++
 tmac/man.ultrix | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index c6fbcec6b..f3be48e41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
        (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/man.ultrix (HB): Use value of `.R` register instead of
+       "999" to indicate an arbitrary large integer.
 
 2024-08-17  G. Branden Robinson <[email protected]>
 
diff --git a/tmac/man.ultrix b/tmac/man.ultrix
index 2af9789dc..fe456406c 100644
--- a/tmac/man.ultrix
+++ b/tmac/man.ultrix
@@ -48,7 +48,7 @@
 ..
 .if t .ig
 .de HB
-.ie \\n[.$] .ul 999
+.ie \\n[.$] .ul \\n[.R]
 .el .ul
 \\$*
 ..

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

Reply via email to