groff-commit
[Top][All Lists]
Advanced

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

[groff] 19/28: tmac/e.tmac: Correct misleading comment.


From: G. Branden Robinson
Subject: [groff] 19/28: tmac/e.tmac: Correct misleading comment.
Date: Mon, 14 Feb 2022 01:47:03 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 206fb447ff2fc51d87b9d798d30f927e0277bf48
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Feb 12 17:37:49 2022 +1100

    tmac/e.tmac: Correct misleading comment.
    
    We are at pains elsewhere in our documentation to remind the reader that
    the formatted output comparison operator is not simply a "string"
    comparison operator.  Dispel the myth.
---
 tmac/e.tmac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmac/e.tmac b/tmac/e.tmac
index fc53458b..61607789 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -784,7 +784,7 @@
 ..
 .
 .de np                 \" *** numbered paragraph
-.\" use string comparison in case user has changed format of $p
+.\" use output comparison in case user has changed format of $p
 .if '\\n($p'-1' \
 .      nr $p 0                 \" reset number after .bu
 .nr $p +1                      \" increment paragraph number
@@ -795,7 +795,7 @@
 .
 .de bu                 \" *** bulleted paragraph
 .br
-.\" use string comparison in case user has changed format of $p
+.\" use output comparison in case user has changed format of $p
 .if '\\n($p'-1' \
 .      ns                      \" don't space between .bu paragraphs
 .nr $p 0-1                     \" mark "bulleted paragraph" mode



reply via email to

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