groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 13/19: [docs]: Fix definition of ordinary character.


From: G. Branden Robinson
Subject: [groff] 13/19: [docs]: Fix definition of ordinary character.
Date: Mon, 29 May 2023 15:07:32 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 4d224c08d1ee2a3d81f0cf75e0e48abe8b7a7baf
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun May 28 05:12:54 2023 -0500

    [docs]: Fix definition of ordinary character.
    
    I forgot about the *roff escape character.
---
 doc/groff.texi  | 5 +++--
 man/groff.7.man | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 503d55d74..be1864aa0 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -6374,8 +6374,9 @@ character class, environment, or stream.  Valid 
identifiers consist of
 one or more ordinary characters.
 @cindex ordinary character
 @cindex character, ordinary
-An @slanted{ordinary character} is an input character that is not a
-leader, tab, newline, or invalid as GNU @code{troff} input.
+An @slanted{ordinary character} is an input character that is not the
+escape character, a leader, tab, newline, or invalid as GNU @code{troff}
+input.
 
 @c XXX: We might move this discussion earlier since it is applicable to
 @c troff input in general, and include a reference to the `trin`
diff --git a/man/groff.7.man b/man/groff.7.man
index e23c45bf2..22faa1aba 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1273,7 +1273,8 @@ Valid identifiers consist of one or more ordinary 
characters.
 .
 An
 .I ordinary character
-is an input character that is not a leader,
+is an input character that is not the escape character,
+a leader,
 tab,
 newline,
 or invalid as GNU



reply via email to

[Prev in Thread] Current Thread [Next in Thread]