gbranden pushed a commit to branch master
in repository groff.

commit d746c27889854f9bc11b5bdb67aa0e4fdc0c935b
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Tue Jul 29 07:11:41 2025 -0500

    [mm]: Improve mmroff's usage message.
    
    * contrib/mm/mmroff.pl: Better parallelize usage message with man page.
---
 contrib/mm/ChangeLog |  4 ++++
 contrib/mm/mmroff.pl | 11 +++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 79b7c4ee5..9cad96643 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,7 @@
+2025-07-29  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * mmroff.pl: Better parallelize usage message with man page.
+
 2025-02-24  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * m.tmac (BS, BE): Use box diversion instead of a regular one to
diff --git a/contrib/mm/mmroff.pl b/contrib/mm/mmroff.pl
index acb7b78f0..3f150938f 100644
--- a/contrib/mm/mmroff.pl
+++ b/contrib/mm/mmroff.pl
@@ -33,17 +33,16 @@ my $no_exec;
 
 if (grep(/^--help$/, @ARGV)) {
        print <<EOF;
-usage: mmroff [-x] [groff-option ...] [file ...]
+usage: mmroff [-x] [groff-argument ...]
 usage: mmroff --version
 usage: mmroff --help
 
 $progname is a simple wrapper for groff(1), used to expand cross
 references in mm documents; see groff_mm(7).  It also handles the
-inclusion of PostScript images.
-
-Documents that do not use these features of groff mm (the INITI, IND,
-INDP, INITR, SETR, GETHN, GETPN, GETR, GETST, PIC macros) do not require
-mmroff.  See the mmroff(1) manual page.
+inclusion of PostScript images.  Documents that do not use these
+features of groff mm (the INITI, IND, INDP, INITR, SETR, GETHN, GETPN,
+GETR, GETST, PIC macros) do not require mmroff.  See the mmroff(1)
+manual page.
 EOF
        exit;
 }

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to