gbranden pushed a commit to branch master
in repository groff.

commit 180b70fde74fe48ee2b59d03210878e1592e0e40
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 6 21:42:40 2026 -0500

    doc/groff.texi.in: Improve shell examples.
    
    Include the shell prompt as promised at the manual's beginning.
---
 doc/groff.texi.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 5caf8dbf2..07a5e38b0 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -2698,7 +2698,7 @@ due to the breadth of features they provide and because 
more than one
 cannot be used by the same document; for example
 
 @Example
-groff -m man foo.man -m ms bar.doc
+$ groff -m man foo.man -m ms bar.doc
 @endExample
 
 @noindent
@@ -2706,7 +2706,7 @@ doesn't work.  Option arguments are processed before 
non-option
 arguments; the above (failing) sample is thus reordered to
 
 @Example
-groff -m man -m ms foo.man bar.doc
+$ groff -m man -m ms foo.man bar.doc
 @endExample
 
 @cindex minor macro package
@@ -22665,7 +22665,7 @@ To activate such statements, use the @option{-r} option 
to set the
 register.
 
 @Example
-groff -rDB=1 @slanted{file}
+$ groff -rDB=1 @slanted{file}
 @endExample
 
 If you know in advance that there are many errors and no useful output,

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

Reply via email to