clean up diction
[unix-history] / usr / src / usr.sbin / lpr / SMM.doc / 1.t
CommitLineData
afff3582
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
1c460ca9 5.\" @(#)1.t 6.2 (Berkeley) %G%
afff3582
KM
6.\"
7.NH 1
8Overview
9.PP
10The line printer system supports:
11.IP \(bu 3
12multiple printers,
13.IP \(bu 3
14multiple spooling queues,
15.IP \(bu 3
16both local and remote
17printers, and
18.IP \(bu 3
1c460ca9 19printers attached via serial lines that require
afff3582
KM
20line initialization such as the baud rate.
21.LP
22Raster output devices
23such as a Varian or Versatec, and laser printers such as an Imagen,
24are also supported by the line printer system.
25.PP
26The line printer system consists mainly of the
27following files and commands:
28.DS
29.TS
30l l.
31/etc/printcap printer configuration and capability data base
32/usr/lib/lpd line printer daemon, does all the real work
33/usr/ucb/lpr program to enter a job in a printer queue
34/usr/ucb/lpq spooling queue examination program
35/usr/ucb/lprm program to delete jobs from a queue
36/etc/lpc program to administer printers and spooling queues
37/dev/printer socket on which lpd listens
38.TE
39.DE
40The file /etc/printcap is a master data base describing line
41printers directly attached to a machine and, also, printers
42accessible across a network. The manual page entry
43.IR printcap (5)
1c460ca9 44provides the authoritative definition of
afff3582 45the format of this data base, as well as
1c460ca9 46specifying default values for important items
afff3582
KM
47such as the directory in which spooling is performed.
48This document highlights the important
1c460ca9 49information that may be placed
afff3582 50.IR printcap .