groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 08/16: src/utils/afmtodit/afmtodit.pl: Tweak usage msg.


From: G. Branden Robinson
Subject: [groff] 08/16: src/utils/afmtodit/afmtodit.pl: Tweak usage msg.
Date: Sun, 15 Dec 2024 16:34:38 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 879300030ed204b61c56e995eaaf181814ec6005
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Dec 13 10:01:00 2024 -0600

    src/utils/afmtodit/afmtodit.pl: Tweak usage msg.
    
    Parallelize language in afmtodit(1).
---
 src/utils/afmtodit/afmtodit.1.man | 13 ++++++-------
 src/utils/afmtodit/afmtodit.pl    |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/utils/afmtodit/afmtodit.1.man 
b/src/utils/afmtodit/afmtodit.1.man
index ae901a25e..f7111e5b1 100644
--- a/src/utils/afmtodit/afmtodit.1.man
+++ b/src/utils/afmtodit/afmtodit.1.man
@@ -94,16 +94,15 @@ PostScript and PDF output
 .\" ====================================================================
 .
 .I \%afmtodit
-adapts an
-Adobe Font Metric
-file,
-.IR afm-file ,
-for use with the
+generates a font description file for use with
+.MR groff 1 's
 .B ps
 and
 .B pdf
-output devices of
-.MR @g@troff @MAN1EXT@ .
+output devices from an
+Adobe Font Metric
+file,
+.IR afm-file .
 .
 .I map-file
 associates a
diff --git a/src/utils/afmtodit/afmtodit.pl b/src/utils/afmtodit/afmtodit.pl
index b06768a97..d71a6fa11 100644
--- a/src/utils/afmtodit/afmtodit.pl
+++ b/src/utils/afmtodit/afmtodit.pl
@@ -83,9 +83,9 @@ sub usage {
        "usage: $0 --help\n";
     unless ($had_error) {
        print $stream "\n" .
-"Adapt an Adobe Font Metric file, afm-file, for use with the 'ps'\n" .
-"and 'pdf' output devices of groff(1).  See the afmtodit(1) manual " .
-"page.\n";
+"Generate a font description file for use with groff(1)'s 'ps' and\n" .
+"'pdf' output devices from an Adobe Font Metric file, afm-file.\n" .
+"See the afmtodit(1) manual page.\n";
     }
     my $status = 0;
     $status = 2 if ($had_error);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]