gbranden pushed a commit to branch master
in repository groff.

commit 2f1eca37f17b33e1c0507cb78d1a3f0582819074
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Apr 25 18:14:03 2026 -0500

    doc/groff.texi.in: Fix incomplete example.
    
    The groff_char(7) man page needs to be rendered using the tbl(1)
    preprocessor, and has for many years.
    
    Also sort options to groff(1) in a pedagogically helpful order:
    * options that run preprocessors
    * options that define registers or strings (n/a in this case)
    * options that load macro files
    * options that select and configure the output driver
---
 doc/groff.texi.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 4f9888e68..b6c6dc94e 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -13231,7 +13231,7 @@ you must run
 directly.
 
 @Example
-groff -T dvi -m ec -m an groff_char.7 > groff_char.dvi
+groff -t -m ec -m an -T dvi groff_char.7 > groff_char.dvi
 @endExample
 
 @cindex composite glyph names

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

Reply via email to