[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 27/34: doc/groff.texi.in: Clarify comment examples.
From: |
G. Branden Robinson |
Subject: |
[groff] 27/34: doc/groff.texi.in: Clarify comment examples. |
Date: |
Mon, 16 Sep 2024 20:48:36 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 4043e152d073c6007d29caf706796f8b1416f11b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 27/34: doc/groff.texi.in: Clarify comment examples.,
G. Branden Robinson <=