gbranden pushed a commit to branch master
in repository groff.

commit 2a10474554aa5f8c2a6ed7d95f18d493cb5d13ad
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sun Feb 23 19:38:45 2025 -0600

    groff(7): Leaders are allowed in string contents.
---
 man/groff.7.man | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index 9e25a44ac..06ead9634 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -2274,6 +2274,7 @@ ordinary or special.
 .TPx
 .I command
 is a sequence of ordinary characters and/or spaces
+.\" XXX: or tabs, leaders, backspace, and delete characters
 to be passed to the system as a command
 (potentially with arguments).
 .\" ...limiting the file names you can express; see Savannah #64071.
@@ -2286,9 +2287,9 @@ allowing embedded leading spaces.
 is a sequence of ordinary characters,
 spaces,
 tabs,
+leaders,
 or escape sequences
-.\" ...or, technically, backspace and delete characters, but let's not
-.\" dwell on that.
+.\" XXX: or backspace and delete characters
 (including special characters)
 populating a string or character definition.
 .
@@ -2303,6 +2304,7 @@ is an environment identifier.
 .TPx
 .I file
 is a sequence of ordinary characters and/or spaces
+.\" XXX: or tabs, leaders, backspace, and delete characters
 naming a file on the system.
 .\" ...limiting the file names you can express; see Savannah #65108.
 .

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to