[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 15/27: groff(7): Recast stock metasyntacic var descs.
From: |
G. Branden Robinson |
Subject: |
[groff] 15/27: groff(7): Recast stock metasyntacic var descs. |
Date: |
Thu, 2 Jan 2025 01:22:21 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit dc0213b934f31832990882f7cd9c50170045f886
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 1 22:01:25 2025 -0600
groff(7): Recast stock metasyntacic var descs.
Reflect recent generalization of syntax affecting requests that accept a
multi-word argument.
---
man/groff.7.man | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/man/groff.7.man b/man/groff.7.man
index d387eb466..0fcee10cd 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -2281,8 +2281,8 @@ is an environment identifier.
.
.TPx
.I file
-is an ordinary character sequence representing a file name on the
-system.
+is a sequence of ordinary characters and/or spaces
+naming a file on the system.
.\" ...limiting the file names you can express; see Savannah #64071.
.
GNU
@@ -2315,7 +2315,8 @@ is a macro identifier.
.
.TPx
.I message
-is an ordinary character sequence to emit on the standard error stream.
+is a sequence of ordinary characters and/or spaces
+to emit on the standard error stream.
.\" ...limiting the messages you can express; see Savannah #62787.
.
.TPx
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 15/27: groff(7): Recast stock metasyntacic var descs.,
G. Branden Robinson <=