gbranden pushed a commit to branch master
in repository groff.

commit 5d704905eb43ce5898dd3e21ed70ad39d447d8f8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Feb 9 18:22:21 2026 -0600

    [doc,man]: Doc additional case of "tab" warning.
    
    Continues commit 7744a8f8e4, 5 February.
---
 doc/groff.texi.in          | 6 +++---
 src/roff/troff/troff.1.man | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 279f60dd6..92317b831 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -21576,9 +21576,9 @@ issues at most one warning for each.
 @itemx 2048
 @cindex @code{\t}, and warnings
 A tab character appeared
-in a parameterized escape sequence
-or
-in an unquoted macro argument.
+in a parameterized escape sequence,
+in an unquoted macro argument,
+or where a request expected a numeric expression argument.
 
 @c @item right-brace
 @c @itemx 4096
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index 5eec6e179..6f4c24979 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -837,9 +837,9 @@ T}
 .sp \n[PD]u
 tab    2048    T{
 A tab character appeared
-in a parameterized escape sequence
-or
-in an unquoted macro argument.
+in a parameterized escape sequence,
+in an unquoted macro argument,
+or where a request expected a numeric expression argument.
 T}
 .TE
 .

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

Reply via email to