forgot permissions
[unix-history] / usr / src / usr.sbin / lpr / SMM.doc / 1.t
CommitLineData
772c33c0
KB
1.\" Copyright (c) 1983 The Regents of the University of California.
2.\" All rights reserved.
afff3582 3.\"
772c33c0
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)1.t 6.4 (Berkeley) %G%
afff3582
KM
17.\"
18.NH 1
19Overview
20.PP
21The line printer system supports:
22.IP \(bu 3
23multiple printers,
24.IP \(bu 3
25multiple spooling queues,
26.IP \(bu 3
27both local and remote
28printers, and
29.IP \(bu 3
1c460ca9 30printers attached via serial lines that require
afff3582
KM
31line initialization such as the baud rate.
32.LP
33Raster output devices
34such as a Varian or Versatec, and laser printers such as an Imagen,
35are also supported by the line printer system.
36.PP
37The line printer system consists mainly of the
38following files and commands:
39.DS
40.TS
41l l.
42/etc/printcap printer configuration and capability data base
43/usr/lib/lpd line printer daemon, does all the real work
44/usr/ucb/lpr program to enter a job in a printer queue
45/usr/ucb/lpq spooling queue examination program
46/usr/ucb/lprm program to delete jobs from a queue
47/etc/lpc program to administer printers and spooling queues
48/dev/printer socket on which lpd listens
49.TE
50.DE
51The file /etc/printcap is a master data base describing line
52printers directly attached to a machine and, also, printers
53accessible across a network. The manual page entry
54.IR printcap (5)
1c460ca9 55provides the authoritative definition of
afff3582 56the format of this data base, as well as
1c460ca9 57specifying default values for important items
afff3582 58such as the directory in which spooling is performed.
98c1ea89 59This document introduces some of the
1c460ca9 60information that may be placed
afff3582 61.IR printcap .