groff-commit
[Top][All Lists]
Advanced

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

[groff] 16/20: doc/groff.texi: Clarify a point.


From: G. Branden Robinson
Subject: [groff] 16/20: doc/groff.texi: Clarify a point.
Date: Thu, 24 Nov 2022 22:11:35 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 790a9c656f7465f863d22257b68dbd671c73c0b1
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Nov 24 20:20:59 2022 -0600

    doc/groff.texi: Clarify a point.
    
    Characters are copied "as-is" to output glyphs.  The two _correspond_,
    with much supplementary information in the case of the latter (type
    size, slant, color, ...).
---
 doc/groff.texi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index eab61fbb4..5d4c3aaf3 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5024,13 +5024,13 @@ Barnum.
 
 ``Barnum'' doesn't begin a sentence!  What to do?  Let us meet our first
 @dfn{escape sequence}, a series of input characters that give
-instructions to GNU @code{troff} instead of being copied as-is to output
-device glyphs.@footnote{This statement oversimplifes; there are escape
-sequences whose purpose is precisely to produce glyphs on the output
-device, and input characters that @emph{aren't} part of escape sequences
-can undergo a great deal of processing before getting to the output.}
-An escape sequence begins with the backslash character @code{\} by
-default, an uncommon character in natural language text, and is
+instructions to GNU @code{troff} instead of being used to construct
+output device glyphs.@footnote{This statement oversimplifes; there are
+escape sequences whose purpose is precisely to produce glyphs on the
+output device, and input characters that @emph{aren't} part of escape
+sequences can undergo a great deal of processing before getting to the
+output.} An escape sequence begins with the backslash character @code{\}
+by default, an uncommon character in natural language text, and is
 @emph{always} followed by at least one other character, hence the term
 ``sequence''.
 



reply via email to

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