gbranden pushed a commit to branch master
in repository groff.
commit e322a66a2d531ea7a7cd4d0e37274bfcb7c23c1e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 17 20:42:04 2024 -0500
tmac/s.tmac: Use `\n[.R]` instead of "9999".
---
ChangeLog | 6 ++++--
tmac/s.tmac | 12 ++++++------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0adc6197f..667d3b1ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,10 @@
horizontal motion quantum.
* tmac/man.ultrix (HB): Use value of `.R` register instead of
"999" to indicate an arbitrary large integer.
- * tmac/psfig.tmac (F+): Use value of `.R` register instead of
- "9999" to indicate an arbitrary large integer.
+ * tmac/psfig.tmac (F+):
+ * tmac/s.tmac (cov*tl-au-print, ID, par@TL, par@AU, par@AI): Use
+ value of `.R` register instead of "9999" to indicate an
+ arbitrary large integer.
2024-08-17 G. Branden Robinson <[email protected]>
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 547eb9ec6..c69cbfabd 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -461,7 +461,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
.nf
.rs
.sp 3
-.ce 9999
+.ce \\n[.R]
.if d cov*tl-div \{\
. cov*tl-div
. DEVTAG-EO-TL
@@ -1042,11 +1042,11 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
..
.de CD
.LD
-.ce 9999
+.ce \\n[.R]
..
.de RD
.LD
-.rj 9999
+.rj \\n[.R]
..
.de ds*common-end
.par@reset
@@ -1558,7 +1558,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
.ft B
.ps +2
.vs +3p
-.ce 9999
+.ce \\n[.R]
.DEVTAG-TL
.nr s@devtag-needs-end-of-title 1
..
@@ -1566,12 +1566,12 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
.par@finish
.sp 1
.ft I
-.ce 9999
+.ce \\n[.R]
..
.de par@AI
.par@finish
.sp .5
-.ce 9999
+.ce \\n[.R]
..
.\" In paragraph macros.
.de NL
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit