gbranden pushed a commit to branch master
in repository groff.

commit 12ec6d44c929c4d35506174e18d45d68c8ed27e2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Apr 8 07:52:22 2025 -0500

    [doc],troff(1): Fix factual error.
    
    Requests that read an argument to the end of the input line _do_ accept
    tabs in that argument.
    
    Fixes regression introduced by me in commit 2d76bde577, 31 March.
---
 doc/groff.texi.in          | 2 +-
 src/roff/troff/troff.1.man | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 080b81c11..e0dd58bb6 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -1330,7 +1330,7 @@ document to run arbitrary commands
 and write to arbitrary file names.@footnote{GNU @command{troff}
 does not,
 however,
-accept tabs or newlines
+accept newlines
 (line feeds)
 in file names supplied as arguments to requests.}
 @c ...nor other characters invalid as input; Savannah #65108.
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index 5bb18e45e..3fcb850a2 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -493,7 +493,7 @@ and write to arbitrary file names.
 .I troff \" GNU
 does not,
 however,
-accept tabs or newlines
+accept newlines
 (line feeds)
 in file names supplied as arguments to requests.)
 .\" ...nor other characters invalid as input; Savannah #65108.

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

Reply via email to