gbranden pushed a commit to branch master
in repository groff.

commit 130f1f81e11cce4c9847c20bd0dc81ee6c0dc83d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri May 16 03:15:42 2025 -0500

    doc/*,troff(1): Sync "syntax" warning description.
    
    Also generalize; device extension commands can be issued with escape
    sequences as well as requests.
    
    Also sync input line breaks between Texinfo and man page.
---
 doc/groff.texi.in          | 18 +++++++++++++-----
 src/roff/troff/troff.1.man |  6 +++---
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 707e16c81..ff448ca6e 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -18403,11 +18403,19 @@ A numeric expression was out of range for its context.
 
 @item syntax
 @itemx 128
-A self-contradictory hyphenation mode was requested; an empty or
-incomplete numeric expression was encountered; an operand to a numeric
-operator was missing; an attempt was made to define a recursive, empty,
-or nonsensical character class; or a @code{groff} extension conditional
-expression operator was used while in compatibility mode.
+A self-contradictory hyphenation mode was requested;
+an empty or incomplete numeric expression was encountered;
+an operand to a numeric operator was missing;
+a recognized but inapposite escape sequence
+or unprintable character code
+was used in a device extension command;
+an attempt was made to define a recursive,
+empty,
+or nonsensical character class;
+or a
+@code{groff}
+extension conditional expression operator was used
+while in compatibility mode.
 
 @item di
 @itemx 256
diff --git a/src/roff/troff/troff.1.man b/src/roff/troff/troff.1.man
index 555559b22..e8ed36c68 100644
--- a/src/roff/troff/troff.1.man
+++ b/src/roff/troff/troff.1.man
@@ -790,14 +790,14 @@ an empty or incomplete numeric expression was encountered;
 an operand to a numeric operator was missing;
 a recognized but inapposite escape sequence
 or unprintable character code
-was used in a device extension command request;
+was used in a device extension command;
 an attempt was made to define a recursive,
 empty,
 or nonsensical character class;
 or a
 .I groff
-extension conditional expression operator was used while in
-compatibility mode.
+extension conditional expression operator was used
+while in compatibility mode.
 .
 .
 .TP

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

Reply via email to