gbranden pushed a commit to branch master
in repository groff.

commit 294349c6742f6ebfe2eebb8548ac7915d1387948
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Aug 28 23:59:11 2024 -0500

    [afmtodit]: Tidy `make-afmtodit-tables`.
    
    Remove redundant comment from this maintainer-mode script.  The program
    already provides a usage message if you miscall it.
---
 src/utils/afmtodit/make-afmtodit-tables | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/utils/afmtodit/make-afmtodit-tables 
b/src/utils/afmtodit/make-afmtodit-tables
index 9265e0618..54f50db8a 100755
--- a/src/utils/afmtodit/make-afmtodit-tables
+++ b/src/utils/afmtodit/make-afmtodit-tables
@@ -21,12 +21,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-#
-# usage:
-#
-#   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.
@@ -34,7 +28,6 @@
 # 'glyphlist.txt' holds the Adobe Glyph List (AGL).
 #
 # This program needs a C preprocessor.
-#
 
 if [ $# -ne 3 ]
 then

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

Reply via email to