gbranden pushed a commit to branch master
in repository groff.
commit d72fa0e9acfd593cf81fcafa00d8805cb896f740
Author: G. Branden Robinson <[email protected]>
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 ---------------------------------------------------------------------
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit