diff options
Diffstat (limited to 'Master/tlpkg/tlgs/lib/printafm.ps')
-rw-r--r-- | Master/tlpkg/tlgs/lib/printafm.ps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlgs/lib/printafm.ps b/Master/tlpkg/tlgs/lib/printafm.ps index f687feb249c..f69f2975f0b 100644 --- a/Master/tlpkg/tlgs/lib/printafm.ps +++ b/Master/tlpkg/tlgs/lib/printafm.ps @@ -14,7 +14,7 @@ % Modified by L. Peter Deutsch 9/14/93: % uses Ghostscript's =only procedure to replace 'buf cvs print'. % Modified by L. Peter Deutsch 9/6/95: -% uses Ghostscript's shellarguments facility to accept the font name +% uses Ghostscript's .shellarguments facility to accept the font name % on the command line. % Altered my master@iaas.msu.ru to work with fonts of more than 256 glyphs @@ -163,7 +163,7 @@ } bind def % Check for command line arguments. -[ shellarguments +[ .shellarguments { ] dup length 1 eq { 0 get printafm } { (Usage: printafm fontname\n) print flush } |