groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/09: .../make-afmtodit-tables: Wrap long lines.


From: G. Branden Robinson
Subject: [groff] 07/09: .../make-afmtodit-tables: Wrap long lines.
Date: Wed, 2 Sep 2020 09:25:09 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit efac7c070f844b412159d695386d20ce49b1030f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Sep 2 22:12:01 2020 +1000

    .../make-afmtodit-tables: Wrap long lines.
---
 src/utils/afmtodit/make-afmtodit-tables | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/utils/afmtodit/make-afmtodit-tables 
b/src/utils/afmtodit/make-afmtodit-tables
index 16ec950..7851710 100755
--- a/src/utils/afmtodit/make-afmtodit-tables
+++ b/src/utils/afmtodit/make-afmtodit-tables
@@ -13,8 +13,8 @@
 # Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# groff is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# groff is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 # for more details.
 #
@@ -27,9 +27,9 @@
 #   make-afmtodit-tables \
 #     UnicodeData.txt version-string glyphlist.txt > afmtodit.in
 #
-# 'UnicodeData.txt' is the central database file from the Unicode standard.
-# Unfortunately, it doesn't contain a version number which must be thus
-# provided manually as an additional parameter.
+# 'UnicodeData.txt' is the central database file from the Unicode
+# standard.  Unfortunately, it doesn't contain a version number, which
+# must be thus provided manually as an additional parameter.
 #
 # 'glyphlist.txt' holds the Adobe Glyph List (AGL).
 #
@@ -41,7 +41,8 @@ CPP=cpp
 prog="$0"
 
 if test $# -ne 3; then
-  echo "usage: $0 UnicodeData.txt <version-string> glyphlist.txt > afmtodit.in"
+  echo "usage: $0 UnicodeData.txt <version-string> glyphlist.txt >" \
+    "afmtodit.in"
   exit 1
 fi
 



reply via email to

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