gbranden pushed a commit to branch master
in repository groff.

commit 4043e152d073c6007d29caf706796f8b1416f11b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Sep 15 03:26:29 2024 -0500

    doc/groff.texi.in: Clarify comment examples.
---
 doc/groff.texi.in | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 5367bbd3e..79665ea1d 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -7400,12 +7400,12 @@ A @code{\"} comment on a line by itself is treated as a 
blank line,
 because after eliminating the comment, that is all that remains.
 
 @Example
-Test
-\" comment
-Test
-    @result{} Test
+apples bananas
+\" cantaloupes
+durians
+    @result{} apples bananas
     @result{}
-    @result{} Test
+    @result{} durians
 @endExample
 
 To compensate, it is common to combine the empty request with the
@@ -7428,10 +7428,10 @@ described above.
 @code{\#} is interpreted even in copy mode.
 
 @Example
-Test
-\# comment
-Test
-    @result{} Test Test
+apples bananas
+\# cantaloupes
+durians
+    @result{} apples bananas durians
 @endExample
 @endDefesc
 

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

Reply via email to