groff-commit
[Top][All Lists]
Advanced

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

[groff] 34/49: groff(7): Relocate material.


From: G. Branden Robinson
Subject: [groff] 34/49: groff(7): Relocate material.
Date: Sun, 25 Sep 2022 17:03:02 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a5ba87cf455de7735e78ce10da2038f063161633
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Sep 24 14:46:37 2022 -0500

    groff(7): Relocate material.
    
    Align organization of man page more closely with our Texinfo manual.
---
 man/groff.7.man | 178 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 89 insertions(+), 89 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index 455ad5858..30d791d6a 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -1227,6 +1227,95 @@ containing them is surrounded by parentheses.
 .
 .
 .\" ====================================================================
+.SH Identifiers
+.\" ====================================================================
+.
+An identifier is a label for an object of syntactical importance like
+a register,
+a name
+(macro,
+string,
+or diversion),
+an environment,
+a font,
+a style,
+a character class,
+a glyph,
+or a stream,
+comprising a sequence of one or more characters with the following
+exceptions.
+.
+.
+.IP \[bu]
+Spaces,
+tabs,
+or newlines.
+.
+.
+.IP \[bu]
+Invalid input characters;
+these are certain control characters
+(from the sets \[lq]C0 Controls\[rq] and \[lq]C1 Controls\[rq] as
+Unicode describes them).
+.
+When
+.I @g@troff
+encounters one in an identifier,
+it produces a warning in category
+.RB \[lq] input \[rq]
+(see section \[lq]Warnings\[rq] in
+.MR @g@troff @MAN1EXT@ ).
+.
+.
+.IP
+On a machine using the ISO 646,
+8859,
+or 10646 character encodings,
+invalid input characters are
+.BR 0x00 ,
+.BR 0x08 ,
+.BR 0x0B ,
+.BR 0x0D \[en] 0x1F ,
+and
+.BR 0x80 \[en] 0x9F .
+.
+.
+.IP
+On an EBCDIC host,
+they are
+.BR 0x00 \[en] 0x01 ,
+.BR 0x08 ,
+.BR 0x09 ,
+.BR 0x0B ,
+.BR 0x0D \[en] 0x14 ,
+.BR 0x17 \[en] 0x1F ,
+and
+.BR 0x30 \[en] 0x3F .
+.
+.
+.IP
+Some of these code points are used by
+.I @g@troff
+internally,
+making it non-trivial to extend the program to accept UTF-8 or other
+encodings that use characters from these ranges.
+.
+(Consider what happens when a C1 control
+.BR 0x80 \[en] 0x9F
+is necessary as a continuation byte in a UTF-8 sequence.)
+.
+.
+.IP
+Invalid characters are removed during interpretation;
+an identifier
+.RB \[lq] foo \[rq],
+followed by an invalid character and then
+.RB \[lq] bar \[rq],
+is processed as
+.RB \[lq] foobar \[rq] .
+.
+.
+.\" ====================================================================
 .SH "Control structures"
 .\" ====================================================================
 .
@@ -4771,95 +4860,6 @@ must not contain tabs or leaders.
 .
 .
 .\" ====================================================================
-.SH Identifiers
-.\" ====================================================================
-.
-An identifier is a label for an object of syntactical importance like
-a register,
-a name
-(macro,
-string,
-or diversion),
-an environment,
-a font,
-a style,
-a character class,
-a glyph,
-or a stream,
-comprising a sequence of one or more characters with the following
-exceptions.
-.
-.
-.IP \[bu]
-Spaces,
-tabs,
-or newlines.
-.
-.
-.IP \[bu]
-Invalid input characters;
-these are certain control characters
-(from the sets \[lq]C0 Controls\[rq] and \[lq]C1 Controls\[rq] as
-Unicode describes them).
-.
-When
-.I @g@troff
-encounters one in an identifier,
-it produces a warning in category
-.RB \[lq] input \[rq]
-(see section \[lq]Warnings\[rq] in
-.MR @g@troff @MAN1EXT@ ).
-.
-.
-.IP
-On a machine using the ISO 646,
-8859,
-or 10646 character encodings,
-invalid input characters are
-.BR 0x00 ,
-.BR 0x08 ,
-.BR 0x0B ,
-.BR 0x0D \[en] 0x1F ,
-and
-.BR 0x80 \[en] 0x9F .
-.
-.
-.IP
-On an EBCDIC host,
-they are
-.BR 0x00 \[en] 0x01 ,
-.BR 0x08 ,
-.BR 0x09 ,
-.BR 0x0B ,
-.BR 0x0D \[en] 0x14 ,
-.BR 0x17 \[en] 0x1F ,
-and
-.BR 0x30 \[en] 0x3F .
-.
-.
-.IP
-Some of these code points are used by
-.I @g@troff
-internally,
-making it non-trivial to extend the program to accept UTF-8 or other
-encodings that use characters from these ranges.
-.
-(Consider what happens when a C1 control
-.BR 0x80 \[en] 0x9F
-is necessary as a continuation byte in a UTF-8 sequence.)
-.
-.
-.IP
-Invalid characters are removed during interpretation;
-an identifier
-.RB \[lq] foo \[rq],
-followed by an invalid character and then
-.RB \[lq] bar \[rq],
-is processed as
-.RB \[lq] foobar \[rq] .
-.
-.
-.\" ====================================================================
 .SH Strings
 .\" ====================================================================
 .



reply via email to

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