groff-commit
[Top][All Lists]
Advanced

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

[groff] 24/31: doc/groff.texi: Fix style nit.


From: G. Branden Robinson
Subject: [groff] 24/31: doc/groff.texi: Fix style nit.
Date: Sun, 30 May 2021 11:12:37 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5f42ef89b55f88220212dc9c3a16d109f906f4d4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun May 30 17:59:17 2021 +1000

    doc/groff.texi: Fix style nit.
    
    Say "AT&T troff" instead of "Unix troff".  CSTR #54 (1992) is our
    baseline for comparative description, not DWB 3.3 troff, Solaris troff,
    or whatever else.
---
 doc/groff.texi | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index aae8fb5..f760c1b 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -6620,8 +6620,8 @@ The following example produces @samp{10, X, j, 010}:
 @cindex maximum values of Roman numerals
 @cindex minimum values of Roman numerals
 The largest number representable for the @samp{i} and @samp{I} formats
-is 39999 (or @minus{}39999); Unix @code{troff} uses @samp{z} and
-@samp{w} to represent 10000 and 5000 in Roman numerals, and so does
+is 39999 (or @minus{}39999); @acronym{AT&T} @code{troff} uses @samp{z}
+and @samp{w} to represent 10000 and 5000 in Roman numerals, and so does
 @code{gtroff}.  Currently, the correct glyphs of Roman numeral five
 thousand and Roman numeral ten thousand (Unicode code points
 @code{U+2182} and @code{U+2181}, respectively) are not available.
@@ -14327,8 +14327,8 @@ 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
-Unix @code{troff}, the contents of @var{file} is immediately copied
-through to the output regardless of whether there is a current
+@acronym{AT&T} @code{troff}, the contents of @var{file} is 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.
 
@@ -14651,9 +14651,9 @@ However, the contents of the string or macro @var{name} 
are not
 interpreted; also it is permitted for @var{name} to have been defined as
 a macro and thus contain newlines (it is not permitted for the argument
 to @code{\X} to contain newlines).  The inclusion of newlines requires
-an extension to the Unix @code{troff} output format, and confuses
-drivers that do not know about this extension (@pxref{Device Control
-Commands}).
+an extension to the @acronym{AT&T} @code{troff} output format, and
+confuses drivers that do not know about this extension (@pxref{Device
+Control Commands}).
 @endDefesc
 
 @xref{Output Devices}.



reply via email to

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