groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/18: doc/groff.texi: Fix content nit.


From: G. Branden Robinson
Subject: [groff] 07/18: doc/groff.texi: Fix content nit.
Date: Fri, 20 Aug 2021 06:25:21 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 50d58de138c55bab4885e608b14304a317cdc23e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Aug 17 06:49:47 2021 +1000

    doc/groff.texi: Fix content nit.
    
    Input interpolated by .msoquiet and .soquiet are also influenced by
    compatibility mode interpretation.
---
 doc/groff.texi       |  9 +++++----
 man/groff_diff.7.man | 22 +++++++++++++---------
 2 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 6bdbc9d..2ccda43 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -6040,7 +6040,7 @@ Enclose the whole argument with double quotes and use two 
consecutive
 double quotes to represent a single one.  This traditional solution has
 the disadvantage that double quotes don't survive argument expansion
 again if called in compatibility mode (using the @option{-C} option of
-@code{groff}):
+GNU @code{troff}).
 
 @Example
 .de xx
@@ -15663,9 +15663,10 @@ The @code{do} request interprets the string, request, 
diversion, or
 macro @var{name} (along with any further arguments) with compatibility
 mode disabled.  Compatibility mode is restored (only if it was active)
 when the @emph{expansion} of @var{name} is interpreted; that is, the
-restored compatibility state applies to the contents of the macro
-(string, @dots{}) @var{name} as well as file or pipe data read if
-@var{name} is the @code{so}, @code{mso}, or @code{pso} request.
+restored compatibility state applies to the contents of the macro,
+string, or diversion @var{name} as well as data read from files or pipes
+if @var{name} is any of the @code{so}, @code{soquiet}, @code{mso},
+@code{msoquiet}, or @code{pso} requests.
 
 The following example illustrates several aspects of @code{do} behavior.
 
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 0d5e365..3bdd8af 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -1872,24 +1872,28 @@ or macro
 with compatibility mode disabled.
 .
 Note that compatibility mode is restored
-(if and only if it was active)
+(only if it was active)
 when the
 .I expansion
 of
 .I name
 is interpreted;
 that is,
-the restored compatibility state applies to the contents of the macro
-(string, \&.\|.\|.\&)
+the restored compatibility state applies to the contents of the macro,
+string,
+or diversion
 .I name
-as well as file or pipe data read if
+as well as data read from files or pipes if
 .I name
-is the
-.BR .so ,
-.BR .mso ,
+is any of the
+.BR so ,
+.BR soquiet ,
+.BR mso ,
+.BR msoquiet ,
 or
-.B .pso
-request.
+.B pso
+requests.
+.
 .
 .IP
 For example,



reply via email to

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