gbranden pushed a commit to branch master
in repository groff.

commit ab2d7bdabc65fa6060683bf753ba830d1c4cf5bf
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sat Jul 12 11:10:00 2025 -0500

    doc/groff.texi.in: Expand `ig` request example.
---
 doc/groff.texi.in | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 9b2c09e8c..108aa603b 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -7845,6 +7845,7 @@ the ignored region @emph{will} be modified if 
interpolated with
 
 @c Wrap example at 56 columns.
 @Example
+.ll 45n
 hand\c
 .de TX
 fasting
@@ -7852,12 +7853,21 @@ fasting
 .ig TX
 This is part of a large block of input that has been
 temporarily(?) commented out.
-We can restore it simply by removing the .ig request and
-the call of its end macro.
 .TX
+shake
 @endExample
 @Example
-    @result{} handfasting
+    @result{} handfasting shake
+@endExample
+
+Observe the result if we remove the
+@code{ig}
+request and the call of its end macro.
+
+@Example
+    @result{} handThis  is  part  of a large block of input
+    @result{} that has been temporarily(?)  commented  out.
+    @result{} shake
 @endExample
 @endDefreq
 

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to