gbranden pushed a commit to branch master
in repository groff.

commit 69b7b322a3371d13c7e8a524bba81eb2ed293f8b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri May 1 01:06:05 2026 -0500

    doc/groff.texi.in: Revise `ig` request description.
    
    * Recast.
    * Favor active voice over passive.
    * Break input lines in places convenient for roffing and diffing.
---
 doc/groff.texi.in | 31 +++++++++++++++++++++++--------
 1 file changed, 23 insertions(+), 8 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 5c7c6f8ae..654b3778a 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -9014,14 +9014,29 @@ we get the following undesired output.
 @endDefesc
 
 @Defreq {ig, [@Var{end}]}
-Ignore input until, in the current conditional block (if
-any),@footnote{@xref{Conditional Blocks}.} the macro @var{end} is called
-at the start of a control line, or the control line @samp{..} is
-encountered if @var{end} is not specified.  @code{ig} is parsed as if it
-were a macro definition, but its contents are discarded, not
-stored.@footnote{Exception: auto-incrementing registers defined outside
-the ignored region @emph{will} be modified if interpolated with
-@code{\n�} inside it.  @xref{Auto-increment}.}
+Ignore input until,
+in the current conditional block
+(if any),@footnote{@xref{Conditional Blocks}.}
+the macro
+@var{end}
+is called at the start of a control line,
+or,
+if
+@var{end}
+is omitted,
+the control line
+@samp{..}
+is encountered.
+The formatter processes the ignored input
+as if it were a macro definition,
+but discards rather than storing it.@footnote{Exception:@:
+auto-incrementing registers
+defined outside the ignored region
+@emph{will}
+be modified if interpolated with
+@code{\n�}
+inside it.
+@xref{Auto-increment}.}
 
 @c Wrap example at 56 columns.
 @Example

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to