1 # @(#)printcap 5.3 (Berkeley) 6/30/90
2 # $FreeBSD: src/etc/printcap,v 1.10.2.2 2002/08/07 10:33:39 blackend Exp $
3 # $DragonFly: src/etc/printcap,v 1.2 2003/06/17 04:24:45 dillon Exp $
6 # This enables a simple local "raw" printer, hooked up to the first
7 # parallel port. No kind of filtering is done, so everything you pass
8 # to the "lpr" command will be printed unmodified.
10 # Remember, for further print queues you're going to add, you have
11 # to choose different spool directories (the "sd" capability below),
12 # otherwise you will greatly confuse lpd.
14 # For some advanced printing, have a look at the "apsfilter" package.
15 # It plugs into the lpd system, allowing you to print a variety of
16 # different file types by converting everything to PostScript(tm)
17 # format. For more information about apsfilter visit
19 # http://www.apsfilter.org/
21 # If you don't have a PostScript(tm) printer, don't panic, but do
22 # also install the latest "ghostscript" package for best printer support.
24 # Do also refer to the "printing" section of the handbook.
26 # http://www.freebsd.org/doc/handbook/printing.html
28 # A local copy can be found under
30 # /usr/share/doc/handbook/handbook.{html,latin1}.
32 # Banner pages are now suppressed by default. Remove the :sh: capability
33 # to turn them back on.
35 #lp|local line printer:\
37 # :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
39 # Sample remote printer. The physical printer is on machine "lphost".
40 # You can perform any kind of local filtering directly. If you need
41 # local filters (e.g. LF -> CR-LF conversion for HP printers), create
42 # a filter script that sends the proper escape sequence to the printer
43 # and then concatenates stdin to stdout.
45 #remote|sample remote printer:\
47 # :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:\
48 # :if=/usr/local/libexec/if-script:
50 # Simple Russian printer with hardware CP866 character set, output filter
51 # used for KOI8-R -> CP866 conversion
53 #lp|Russian local line printer:\
54 # :sh:of=/usr/libexec/lpr/ru/koi2alt:\
55 # :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: