groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 10/14: doc/groff.texi (Lists in ms): Use Texinfo bullets.


From: G. Branden Robinson
Subject: [groff] 10/14: doc/groff.texi (Lists in ms): Use Texinfo bullets.
Date: Thu, 18 Feb 2021 18:33:55 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit d72fa0e9acfd593cf81fcafa00d8805cb896f740
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Feb 19 08:50:15 2021 +1100

    doc/groff.texi (Lists in ms): Use Texinfo bullets.
    
    Render roff bullets in examples using Texinfo's @bullet command.
---
 doc/groff.texi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 5b2cb24..a16c6ef 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -3383,11 +3383,11 @@ Produces:
 @Example
 A bulleted list:
 
-o lawyers
+@bullet{} lawyers
 
-o guns
+@bullet{} guns
 
-o money
+@bullet{} money
 @endExample
 
 The following is an example of a numbered list.
@@ -3511,15 +3511,15 @@ Guns
 Produces:
 
 @Example
-o Lawyers:
+@bullet{} Lawyers:
 
-  o  Dewey,
+  @bullet{}  Dewey,
 
-  o  Cheatham,
+  @bullet{}  Cheatham,
 
-  o  and Howe.
+  @bullet{}  and Howe.
 
-o Guns
+@bullet{} Guns
 @endExample
 
 @c ---------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]