# /etc/printcap
#
# This file contains printcap entries for particular printers.
# Before a printer can be accessed via lp, it must have a spool
# directory and a printcap entry, and the printer daemon must be
# restarted.  For more complex cases, read the printcap(5) man
# page and the Linux printing HOWTO file.  For simple cases:
#
#	mkdir /var/spool/lpd/(printername)
#	chgrp lp /var/spool/lpd/(printername)
#	chmod 775 /var/spool/lpd/(printername)
#
# Then add an entry such as the following to this file and restart
# the lineprinter daemon:
#
#	killall -9 lpd
#	/usr/sbin/lpd
#	lpc stat
#
# This should list the printer as having queueing and printing
# enabled; otherwise use lpc to enable them.
#
# The following is a sample printcap entry for a serial printer
# connected to /dev/ttyS1 (or DOS COM2):
#
#lp|default line printer:\
#	:lp=/dev/ttyS1:sd=/var/spool/lpd/lp:sh:if=/usr/sbin/lpf:mx#0:\
#	:lf=/var/adm/lpd-errs:br#9600:
#
# Instructions for altering the mode bits appear in the printing
# HOWTO file.  The following is a sample printcap entry for a
# printer connected to the serial line:
#
#lp|default line printer:\
#	:lp=/dev/lp0:sd=/var/spool/lpd/lp:sh:if=/usr/sbin/lpf:mx#0:\
#	:lf=/var/adm/lpd-errs:
#
# The following is a sample printcap entry for a printer connected to
# another Unix system:
#
#rlp|remote line printer:\
#	:lp=:sd=/var/spool/lpd/rlp:sh:rm=host.ac.uk:rp=laser:mx#0:\
#	:lf=/var/adm/lpd-errs:
