Sync usage with man page.
[netbsd-mini2440.git] / usr.sbin / lpr / SMM.doc / 1.t
blobd8a2a7e20a6d84d70e03cc97f85d335d8da6c6f8
1 .\" $NetBSD: 1.t,v 1.3 1997/07/09 02:34:42 jtc Exp $
2 .\" Copyright (c) 1983, 1993
3 .\"     The Regents of the University of California.  All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. Neither the name of the University nor the names of its contributors
14 .\"    may be used to endorse or promote products derived from this software
15 .\"    without specific prior written permission.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 .\" SUCH DAMAGE.
28 .\"
29 .\"     @(#)1.t 8.1 (Berkeley) 6/8/93
30 .\"
31 .NH 1
32 Overview
33 .PP
34 The line printer system supports:
35 .IP \(bu 3
36 multiple printers,
37 .IP \(bu 3
38 multiple spooling queues,
39 .IP \(bu 3
40 both local and remote
41 printers, and
42 .IP \(bu 3
43 printers attached via serial lines that require
44 line initialization such as the baud rate.
45 .LP
46 Raster output devices
47 such as a Varian or Versatec, and laser printers such as an Imagen,
48 are also supported by the line printer system.
49 .PP
50 The line printer system consists mainly of the
51 following files and commands:
52 .DS
53 .TS
54 l l.
55 /etc/printcap   printer configuration and capability data base
56 /usr/sbin/lpd   line printer daemon, does all the real work
57 /usr/bin/lpr    program to enter a job in a printer queue
58 /usr/bin/lpq    spooling queue examination program
59 /usr/bin/lprm   program to delete jobs from a queue
60 /usr/sbin/lpc   program to administer printers and spooling queues
61 /var/run/printer        socket on which lpd listens
62 .TE
63 .DE
64 The file /etc/printcap is a master data base describing line
65 printers directly attached to a machine and, also, printers
66 accessible across a network. The manual page entry
67 .IR printcap (5)
68 provides the authoritative definition of
69 the format of this data base, as well as
70 specifying default values for important items
71 such as the directory in which spooling is performed.
72 This document introduces some of the
73 information that may be placed
74 .IR printcap .