gbranden pushed a commit to branch master
in repository groff.

commit 55382b46450d3b07c66efdbea731ff9511c96ff0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Sep 25 22:35:03 2021 +1000

    grog(1): Make soelim example more practical.
    
    Illustrate detection of macro package at an enclosing level and use of a
    tbl(1) table in an included file, which seems more realistic to me.
---
 src/utils/grog/grog.1.man | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/utils/grog/grog.1.man b/src/utils/grog/grog.1.man
index e6ae18c..fb9c635 100644
--- a/src/utils/grog/grog.1.man
+++ b/src/utils/grog/grog.1.man
@@ -354,18 +354,18 @@ is likely necessary.
 .P
 .EX
 $ \c
-.B printf \[dq].TS\[rs]nl.\[rs]nThis is my table.\[rs]n.TE\[rs]n\[dq] >\
- 3.roff
+.B printf \[dq].TS\[rs]nl.\[rs]nI'm a table.\[rs]n.TE\[rs]n\[dq] > \
+3.roff
 $ \c
 .B printf \[dq].so 3.roff\[rs]n\[dq] > 2.roff
 $ \c
-.B printf \[dq].so 2.roff\[rs]n\[dq] > 1.roff
+.B printf \[dq].XP\[rs]n.so 2.roff\[rs]n\[dq] > 1.roff
 $ \c
 .B grog 1.roff
-groff 1.roff
+groff \-ms 1.roff
 $ \c
 .B \%@g@soelim 1.roff | grog
-groff \-t \-
+groff \-t \-ms \-
 .EE
 .RE
 .
@@ -393,7 +393,7 @@ command.
 .EX
 $ \c
 .B grog \-st 1.roff
-groff \-st 1.roff
+groff \-st \-ms 1.roff
 .EE
 .RE
 .

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

Reply via email to