groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/18: doc/groff.texi (Request and Macros): Clarify.


From: G. Branden Robinson
Subject: [groff] 01/18: doc/groff.texi (Request and Macros): Clarify.
Date: Thu, 3 Jun 2021 11:03:19 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b13a58d418994c30cdf246680e2aea7aace06c4d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Jun 1 01:03:40 2021 +1000

    doc/groff.texi (Request and Macros): Clarify.
    
    The second argument to .de always _is_ a macro name; the only reason
    people think otherwise is because "-w mac" is off by default, and AT&T
    troff never complained about such things.  Full disclosure is better.
---
 doc/groff.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index f760c1b..b6df911 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -4872,8 +4872,8 @@ Heywood Jabuzzoff
 .ENDNAME
 @endExample
 
-In fact, the ending marker can itself be the name of a macro that will
-be called if it is defined at the time the macro definition begins.
+In fact, the ending marker is itself the name of a macro that will be
+called if it is defined at the time the macro definition begins.
 
 @Example
 .de END



reply via email to

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