printcap revision 18912
1163837Spjd#	@(#)printcap	5.3 (Berkeley) 6/30/90
2163837Spjd# $Id$
3163837Spjd
4163837Spjd#
5163837Spjd# This enables a simple local "raw" printer, hooked up to the first
6163837Spjd# parallel port.  No kind of filtering is done, so everything you
7163837Spjd# pass to the "lpr" command will be printed unmodified.
8163837Spjd#
9163837Spjd# Remember, for further print queues you're going to add, you have to
10163837Spjd# chose different spool directories (the "sd" capability below),
11163837Spjd# otherwise you will greatly confuse lpd.
12163837Spjd#
13163837Spjd# For some advanced printing, have a look at the "apsfilter" package.
14163837Spjd# It plugs into the lpd system, allowing you to print a variety of
15163837Spjd# different file types by converting everything to PostScript(tm)
16163837Spjd# format.  If you don't have a PostScript(tm) printer, don't panic,
17163837Spjd# but do also install the "ghostscript" package.
18163837Spjd#
19163837Spjd# Do also refer to section 7 (Printing) of the handbook.  A local copy
20163837Spjd# can be found under /usr/share/doc/handbook/handbook.{html,latin1}.
21163837Spjd#
22163837Spjdlp|local line printer:\
23163837Spjd	:lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
24163837Spjd#
25163837Spjd# Sample remote printer.  The physical printer is on machine "lphost".
26163837Spjd# NB: you cannot perform any kind of local filtering directly.  If
27163837Spjd# you need local filters (e.g. LF -> CR-LF conversion for HP printers),
28163837Spjd# create a filter script that recursively calls lpd with another -P
29163837Spjd# argument after filtering.
30163837Spjd#
31163837Spjd#remote|sample remote printer:\
32163837Spjd#	:rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:
33163837Spjd