groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: doc/groff.texi: Document CSTR #54 erratum.


From: G. Branden Robinson
Subject: [groff] 01/01: doc/groff.texi: Document CSTR #54 erratum.
Date: Thu, 8 Jul 2021 11:58:51 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 22538f26b866797f5d4c462286ca0d7028a019bf
Author: Dave Kemper <saint.snit@gmail.com>
AuthorDate: Sun Jun 27 12:11:43 2021 +0000

    doc/groff.texi: Document CSTR #54 erratum.
    
    * doc/groff.texi (Operators in Conditionals): Document CSTR #54 erratum
      regarding output-equivalence conditional operator [that is:
        .if '\\$1'arg'
      "oh yeah, THAT thing" --GBR].
    
    Fixes <https://savannah.gnu.org/bugs/?60836>.
    
    [Formatting of submitted text altered slightly to use TeX quotation
    marks and remove a paragraph break.  You can also blame me for the use
    of the term "comparand", an irruption of my exuberance as a frustrated
    mathematician and logophiliac.  --GBR]
---
 ChangeLog      | 10 ++++++++++
 doc/groff.texi |  5 +++++
 2 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 645f643..63b511e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-07-06  Dave Kemper <saint.snit@gmail.com>
+
+       * doc/groff.texi (Operators in Conditionals): Document CSTR #54
+       erratum regarding output-equivalence conditional operator [that
+       is:
+               .if '\\$1'arg'
+       "oh yeah, THAT thing" --GBR].
+
+       Fixes <https://savannah.gnu.org/bugs/?60836>.
+
 2021-07-06  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        Move core man(7) implementation to an.tmac.
diff --git a/doc/groff.texi b/doc/groff.texi
index 9d17ec8..cd340dd 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -11750,6 +11750,11 @@ same location on the page, so the strings are equal.  
If
 @samp{.ft@tie{}I} had been added before the @samp{.ie}, the result would
 be ``false'' because (the first) @samp{|} produces an italic @samp{|}
 rather than a roman one.
+@cindex CSTR@tie{}#54 errata
+@cindex CSTR@tie{}#54 erratum, output-equivalence conditional operator
+This is also how this comparison operator worked in @acronym{AT&T}
+@code{troff}, but its manual said it tested whether its comparands were
+``identical''.
 
 @cindex string comparison
 @cindex comparison of strings



reply via email to

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