#
# /etc/printcap
#
# Defines the printers available to the system.
#
# Karl O. Pinc
#
# April 1, 1995
#
# Modifed:
# September 6, 1995, Karl O. Pinc  Changed from HP Laserjet III to a HP
#				   Laserjet Series II & back
# December 29, 1995, Karl O. Pinc  Unlimited maximum print size.
#
# For more information see the linux Printing howto or the man docs.
#
# There is one printer attached to the system, a HP laserjet III.
# We define two logical printers (comments for each printer definition
# line precede the definition):
#
# The first, textjet, is used to print unix text.  It adds carrage returns
# before each line feed in the data sent to the printer.  This is the one
# which will likely be used most often and is the default for lpr.
# The -i lpr option can be used with regular text to indent a certain number
# of characters.  The -d option can be used to print .dvi files. The -l
# option prevents any alteration of the origional text.
#
# Print on lp1, connected the first parallel port lpt1 under DOS.
# The spool directory used by the printer.
# The file used to log errors.
# Suppress banner pages.
# The final form feed is suppressed because we are using an input filter
# Specify an input filter.
lp|textjet|Unix text on a Laserjet Series III:\
	:lp=/dev/lp1: \
	:mx=0: \
	:sd=/var/spool/lpd/lp1: \
	:lf=/var/spool/lpd/lp1/errs: \
	:sh: \
	:if=/usr/local/lib/printcap/text-to-HP-Laserjet: \
	:df=/usr/local/lib/printcap/dvi-to-HP-Laserjet-III:
#
# The second, psjet, is used to print postscript documents.  It converts
# postscript input into printer specific commands.
#
# Print on lp1, connected the first parallel port lpt1 under DOS.
# The spool directory used by the printer.
# The file used to log errors.
# Suppress banner pages.
# The final form feed is suppressed because we are using an input filter
# Specify an input filter.
psjet|Postscript on a Laserjet Series III:\
	:lp=/dev/lp1: \
	:mx=0: \
	:sd=/var/spool/lpd/lp1: \
	:lf=/var/spool/lpd/lp1/errs: \
	:sh: \
	:if=/usr/local/lib/printcap/ps-to-HP-Laserjet-III:
psdmp|Postscript on a Laserjet Series III:\
        :lp=/dev/null: \
        :mx=0: \
        :sd=/var/spool/lpd/lp1: \
        :lf=/var/spool/lpd/lp1/errs: \
        :sh: \
        :if=/tmp/saver:
