[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 12/16: doc/groff.texi.in: Correct bulleted list example.
From: |
G. Branden Robinson |
Subject: |
[groff] 12/16: doc/groff.texi.in: Correct bulleted list example. |
Date: |
Sun, 15 Dec 2024 16:34:39 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit ea3fae0f65a343cc5aa638b0704e347c1c2da0b3
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Dec 15 11:14:08 2024 -0600
doc/groff.texi.in: Correct bulleted list example.
Continues commit 67a9620dc0, 27 January.
---
doc/groff.texi.in | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index c8ee1e60e..3c83bb35f 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -2011,10 +2011,9 @@ paragraph, which might use punctuation or a digit for a
tag,
respectively. These are frequently used to construct lists.
@Example
- @result{} o This list item starts with a bullet. When
+ @result{} * This list item starts with a bullet. When
@result{} producing output for a device using the ASCII
- @result{} character set, an @quoteleft{}o@quoteright{} is@
-formatted instead.
+ @result{} character set, an asterisk is formatted instead.
@endExample
@noindent
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 12/16: doc/groff.texi.in: Correct bulleted list example.,
G. Branden Robinson <=