schwarze pushed a commit to branch master
in repository groff.

commit db2bbd805439fcdf9a80addd331b3ef281150629
Author: Ingo Schwarze <[email protected]>
AuthorDate: Mon Oct 12 16:03:51 2020 +0200

    adjust the text around the example changed in the previous commit
---
 man/groff_tmac.5.man | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index d94380d..22adc92 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -949,9 +949,7 @@ escape sequence.
 .
 This doubling is most important for the positional parameters.
 .
-For example, to print information on the arguments that were passed to
-the macro to the terminal, define a macro named \[oq].print_args\[cq],
-say.
+For example, the following macro prints information on its arguments:
 .
 .
 .IP
@@ -977,12 +975,11 @@ When calling this macro by
 .EE
 .
 .P
-the following text is printed to the terminal:
+the following text is printed:
 .
 .IP
 .EX
-\&\f[CI]print_args\f[] was called with the following 2 arguments:
-arg1 arg2
+\&\f[CI]print_args\f[] was called with the following 2 arguments: arg1 arg2
 .EE
 .
 .

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

Reply via email to