From 1a5edf7917bf758e818f03238dfa84f2ee4fc264 Mon Sep 17 00:00:00 2001 From: wl Date: Thu, 6 Dec 2007 17:18:21 +0000 Subject: * NEWS: Updated. * src/roff/nroff/nroff.sh: Add options -w and -W. * src/roff/nroff/nroff.man: Document them. * tmac/hyphenex.pl: Update header output. --- tmac/hyphenex.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tmac/hyphenex.pl') diff --git a/tmac/hyphenex.pl b/tmac/hyphenex.pl index 6d24a647..7cc54663 100644 --- a/tmac/hyphenex.pl +++ b/tmac/hyphenex.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /usr/bin/env perl # # # hyphenex.pl @@ -19,14 +19,14 @@ # print header print "% Hyphenation exceptions for US English,\n"; -print "% based on the hyphenation exception log article in TUGBoat.\n"; +print "% based on hyphenation exception log articles in TUGboat.\n"; print "%\n"; print "% Copyright 2007 TeX Users Group.\n"; print "% You may freely use, modify and/or distribute this file.\n"; print "%\n"; print "% This is an automatically generated file. Do not edit!\n"; print "%\n"; -print "% Please contact Barbara Beeton \n"; +print "% Please contact the TUGboat editorial staff \n"; print "% for corrections and omissions.\n"; print "\n"; print "\\hyphenation{\n"; -- cgit v1.2.1