gbranden pushed a commit to branch master
in repository groff.
commit 02d3acb7496cc09d8990c777a0bc536782d1dc1d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 9 06:11:30 2024 -0500
[docs]: Fix Savannah #65962 (`slimit` lowering).
* doc/groff.texi.in (while):
* man/groff_diff.7.man (New requests) <while>: Point out that the
`slimit` register can be used to _lower_ the formatter's internal
stack size limit as well.
Fixes <https://savannah.gnu.org/bugs/?65962>. Thanks to Bjarni Ingi
Gislason for the report and Dave Kemper for the suggestion.
---
ChangeLog | 10 ++++++++++
doc/groff.texi.in | 2 +-
man/groff_diff.7.man | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fe6cfdf71..b7daa3341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-07-09 G. Branden Robinson <[email protected]>
+
+ * doc/groff.texi.in (while):
+ * man/groff_diff.7.man (New requests) <while>: Point out that
+ the `slimit` register can be used to _lower_ the formatter's
+ internal stack size limit as well.
+
+ Fixes <https://savannah.gnu.org/bugs/?65962>. Thanks to Bjarni
+ Ingi Gislason for the report and Dave Kemper for the suggestion.
+
2024-07-06 G. Branden Robinson <[email protected]>
* tmac/an-ext.tmac (SY): Drop unnecessary `do` request.
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 70d63e8d6..d53344450 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -13370,7 +13370,7 @@ once.@footnote{unless you redefine it}
To prevent infinite loops, the default number of available recursion
levels is 1,000 or somewhat less.@footnote{``somewhat less'' because
things other than macro calls can be on the input stack} You can
-disable this protective measure, or raise the limit, by setting the
+disable this protective measure, or alter the limit, by setting the
@code{slimit} register. @xref{Debugging}.
As noted above, if a @code{while} body begins with a conditional block,
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 3f9b11c67..4e1c1787e 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3873,7 +3873,7 @@ the default number of available recursion levels is 1,000
or somewhat
less (because things other than macro calls can be on the input stack).
.
You can disable this protective measure,
-or raise the limit,
+or alter the limit,
by setting the
.B slimit
register.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit