gbranden pushed a commit to branch master
in repository groff.

commit a519533192c87635bf43ca757113fd9c557a70be
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Mar 1 18:02:40 2024 -0600

    src/devices/gropdf/pdfmom.pl: Clarify help msg.
---
 src/devices/gropdf/pdfmom.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/devices/gropdf/pdfmom.pl b/src/devices/gropdf/pdfmom.pl
index dc0d96087..de5e5b383 100644
--- a/src/devices/gropdf/pdfmom.pl
+++ b/src/devices/gropdf/pdfmom.pl
@@ -102,7 +102,8 @@ while (my $c=shift)
        print "usage: pdfmom [--roff] -Tps [pdfroff-option ...] [groff-option 
...] [file ...]\n";
        print "usage: pdfmom {-v | --version}\n";
        print "usage: pdfmom --help\n";
-       print "\nHandle forward references in PDF documents.\n" .
+       print "\nHandle forward references in groff(1) documents" .
+             " to be formatted as PDF.\n" .
              "See the pdfmom(1) manual page.\n";
        exit;
     }

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

Reply via email to