groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/06: [docs]: Fix style nit.


From: G. Branden Robinson
Subject: [groff] 03/06: [docs]: Fix style nit.
Date: Thu, 1 Jun 2023 19:02:28 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a538a53e8b59db38c5fe975f1b86ce9492d5549e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jun 1 15:04:14 2023 -0500

    [docs]: Fix style nit.
    
    Migrate to hyphenated form of "non-zero".
---
 doc/groff.texi  | 8 ++++----
 man/groff.7.man | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index b4bd9bcdf..bfa1106d4 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -8546,7 +8546,7 @@ mode@tie{}12 causes GNU @code{troff} to hyphenate neither 
the last two
 nor the first two characters of a word.  Some values cannot be used
 together because they contradict; for instance, values 4 and@tie{}16,
 and values 8 and@tie{}32.  As noted, it is superfluous to add 1 to any
-nonzero even mode.
+non-zero even mode.
 
 @cindex hyphenation pattern files
 @cindex pattern files, for hyphenation
@@ -9163,7 +9163,7 @@ Only a single character of @var{c} is recognized; any 
excess is ignored.
 @cindex tab, line-tabs mode
 @cindex line-tabs mode
 @cindex mode, line-tabs
-If @var{n} is missing or nonzero, activate @dfn{line-tabs}; deactivate
+If @var{n} is missing or non-zero, activate @dfn{line-tabs}; deactivate
 it otherwise (the default).  Active line-tabs cause GNU @code{troff}
 to compute tab distances relative to the start of the output line
 instead of the input line.
@@ -10545,7 +10545,7 @@ current font or style for later recall.
 @endExample
 
 @cindex next free font position register (@code{.fp})
-The index of the next (nonzero) free font position is available in the
+The index of the next (non-zero) free font position is available in the
 read-only register @samp{.fp}.
 @cindex @file{DESC} file, and font mounting
 Fonts not listed in the @file{DESC} file are automatically mounted at
@@ -12824,7 +12824,7 @@ requests may be interposed between the @code{ie} branch 
and the
 
 @Example
 .nr a 0
-.ie \na a is nonzero.
+.ie \na a is non-zero.
 .nr a +1
 .el a was not positive but is now \na.
     @result{} a was not positive but is now 1.
diff --git a/man/groff.7.man b/man/groff.7.man
index e2f586bc3..b55dbfa92 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -5701,7 +5701,7 @@ and
 .
 .TP
 .REG .fp
-Next free font mounting position index.
+Next non-zero free font mounting position index.
 .
 .TP
 .REG .g
@@ -6579,7 +6579,7 @@ values 4 and\~16,
 and values 8 and\~32.
 .
 As noted,
-it is superfluous to add\~1 to any nonzero even mode.
+it is superfluous to add\~1 to any non-zero even mode.
 .
 .
 .P



reply via email to

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