groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/45: [docs]: Fix content and style nits.


From: G. Branden Robinson
Subject: [groff] 08/45: [docs]: Fix content and style nits.
Date: Thu, 20 Jan 2022 10:17:48 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 05e52d5bb87784757990daec8cb481881b2e6c7a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Jan 14 19:57:40 2022 +1100

    [docs]: Fix content and style nits.
    
    Content:
    * Clarify handling of inter-word spaces in `ss` request discussion.
    
    Style:
    * Fix grammar errors.
    * Vary wording.
    * Fix typo.
---
 doc/groff.texi  | 23 ++++++++++++-----------
 man/groff.7.man |  2 +-
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 7717889a..f7ac6904 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -7452,8 +7452,9 @@ request).  Temporary indentation is ignored.
 
 The previous example illustrates a common idiom of turning centering on
 for a quantity of lines far in excess of what is required, and off again
-after the text to be centered.  This pattern is useful to avoid counting
-lines for any request that takes a count of input lines as an argument.
+after the text to be centered.  This technique relieves humans of
+counting lines for requests that take a count of input lines as an
+argument.
 @endDefreq
 
 @DefreqList {rj, [@Var{nnn}]}
@@ -7489,8 +7490,8 @@ if there are no arguments.
 @cindex inter-word spacing, minimal
 @cindex minimal inter-word spacing
 @cindex space, between words
-The first argument, the inter-word space size, is a minimum; if
-automatically adjusted, it may increase.
+The first argument, the inter-word space size, is a minimum; if an
+output line undergoes adjustment, such spaces may increase in width.
 
 @cindex inter-sentence spacing, additional
 @cindex additional inter-sentence spacing
@@ -12629,8 +12630,8 @@ is interpreted when macro @code{m1} is called.
 
 @code{roff} documents should not use the @code{\\} or @code{\.}
 tokens outside of copy mode; they serve only to obfuscate the input.
-Use @code{\e} to obtain the escape character, @code{\[rs]} to obtain a
-backslash glyph, and @code{\&} before @code{.} and @code{'} where GNU
+Use @code{\e} to represent the escape character, @code{\[rs]} to obtain
+a backslash glyph, and @code{\&} before @samp{.} and @samp{'} where GNU
 @code{troff} expects them as control characters if you mean to use them
 literally (recall @ref{Requests and Macros}).
 
@@ -14754,10 +14755,10 @@ file@tie{}@file{f}, use
 The calls to @code{ev} prevent the partially collected output line
 from becoming part of the diversion (@pxref{Diversions}).
 
-Both @code{trf} and @code{cf}, when used in a diversion, embeds an
-object in the diversion which, when reread, causes the contents of
-@var{file} to be transparently copied through to the output.  In
-@acronym{AT&T} @code{troff}, the contents of @var{file} is immediately
+Both @code{trf} and @code{cf}, when used in a diversion, embed a node
+(@pxref{Gtroff Internals}) in it that, when reread, causes the contents
+of @var{file} to be transparently copied to the output.  In
+@acronym{AT&T} @code{troff}, the contents of @var{file} are immediately
 copied through to the output regardless of whether there is a current
 diversion; this behaviour is so anomalous that it must be considered a
 bug.
@@ -15842,7 +15843,7 @@ descendants, which have less fastidious diagnostics 
than GNU
 @code{troff}.
 
 @item w
-All warning categoriess.  Authors of documents and macro packages
+All warning categories.  Authors of documents and macro packages
 targeting @code{groff} are encouraged to use this setting.
 @end table
 @c END Keep parallel with section "Warnings" of troff(1).
diff --git a/man/groff.7.man b/man/groff.7.man
index 1c2e6586..29bfcbc8 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -5776,7 +5776,7 @@ they serve only to obfuscate the input.
 .
 Use
 .B \[rs]e
-to obtain the escape character,
+to represent the escape character,
 .B \[rs][rs]
 to obtain a backslash glyph,
 and



reply via email to

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