]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/lpr/lpr/lpr.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / lpr / lpr / lpr.1
1 .\" Copyright (c) 1980, 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 4. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     From @(#)lpr.1  8.1 (Berkeley) 6/6/93
29 .\" $FreeBSD$
30 .\" "
31 .Dd June 6, 1993
32 .Dt LPR 1
33 .Os
34 .Sh NAME
35 .Nm lpr
36 .Nd off line print
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl P Ns Ar printer
40 .Op Fl \&# Ns Ar num
41 .Op Fl C Ar class
42 .Op Fl J Ar job
43 .Op Fl L Ar locale
44 .Op Fl T Ar title
45 .Op Fl U Ar user
46 .Op Fl Z Ar daemon-options
47 .Op Fl i Ar numcols
48 .Op Fl 1234 Ar font
49 .Op Fl w Ar num
50 .Op Fl cdfghlnmprstv
51 .Op Ar name ...
52 .Sh DESCRIPTION
53 The
54 .Nm
55 utility uses a spooling daemon to print the named files when facilities
56 become available.
57 If no names appear, the standard input is assumed.
58 .Pp
59 The following single letter options are used to notify the line printer
60 spooler that the files are not standard text files.
61 The spooling daemon will
62 use the appropriate filters to print the data accordingly.
63 Note that not all spoolers implement filters for all data types,
64 and some sites may use these types for other purposes than the ones
65 described here.
66 .Bl -tag -width indent
67 .It Fl d
68 The files are assumed to contain data in
69 .Tn DVI
70 format from the
71 .Tn TeX
72 typesetting system.
73 .It Fl f
74 Use a filter which interprets the first character of each line as a
75 standard
76 .Tn FORTRAN
77 carriage control character.
78 .It Fl l
79 Use a filter which allows control characters to be printed and suppresses
80 page breaks.
81 .It Fl p
82 Use
83 .Xr pr 1
84 to format the files.
85 .El
86 .Pp
87 The following options are historical and not directly supported by any
88 software included in
89 .Fx .
90 .Bl -tag -width indent
91 .It Fl c
92 The files are assumed to contain data produced by
93 .Xr cifplot 1 .
94 .It Fl g
95 The files are assumed to contain standard plot data as produced by the
96 .Ux
97 .Xr plot 3
98 routines.
99 .It Fl n
100 The files are assumed to contain data from
101 .Em ditroff
102 (device independent troff).
103 .It Fl t
104 The files are assumed to contain
105 .Tn C/A/T
106 phototypesetter commands from ancient versions of
107 .Ux
108 .Xr troff 1 .
109 .It Fl v
110 The files are assumed to contain a raster image for devices like the
111 Benson Varian.
112 .El
113 .Pp
114 These options apply to the handling of
115 the print job:
116 .Bl -tag -width indent
117 .It Fl P
118 Force output to a specific printer.
119 Normally,
120 the default printer is used (site dependent), or the value of the
121 environment variable
122 .Ev PRINTER
123 is used.
124 .It Fl h
125 Suppress the printing of the burst page.
126 .It Fl m
127 Send mail upon completion.
128 .It Fl r
129 Remove the file upon completion of spooling or upon completion of
130 printing (with the
131 .Fl s
132 option).
133 .It Fl s
134 Use symbolic links.
135 Usually files are copied to the spool directory.
136 The
137 .Fl s
138 option will use
139 .Xr symlink 2
140 to link data files rather than trying to copy them so large files can be
141 printed.
142 This means the files should
143 not be modified or removed until they have been printed.
144 .El
145 .Pp
146 The remaining options apply to copies, the page display, and headers:
147 .Bl -tag -width indent
148 .It Fl \&# Ns Ar num
149 The quantity
150 .Ar num
151 is the number of copies desired of each file named.
152 For example,
153 .Bd -literal -offset indent
154 lpr \-#3 foo.c bar.c more.c
155 .Ed
156 would result in 3 copies of the file foo.c, followed by 3 copies
157 of the file bar.c, etc.
158 On the other hand,
159 .Bd -literal -offset indent
160 cat foo.c bar.c more.c \&| lpr \-#3
161 .Ed
162 .Pp
163 will give three copies of the concatenation of the files.
164 Often
165 a site will disable this feature to encourage use of a photocopier
166 instead.
167 .It Xo
168 .Fl Ns Op Cm 1234
169 .Ar font
170 .Xc
171 Specifies a
172 .Ar font
173 to be mounted on font position
174 .Ar i .
175 The daemon
176 will construct a
177 .Li .railmag
178 file referencing
179 the font pathname.
180 .It Fl C Ar class
181 Job classification
182 to use on the burst page.
183 For example,
184 .Bd -literal -offset indent
185 lpr \-C EECS foo.c
186 .Ed
187 .Pp
188 causes the system name (the name returned by
189 .Xr hostname 1 )
190 to be replaced on the burst page by
191 .Tn EECS ,
192 and the file foo.c to be printed.
193 .It Fl J Ar job
194 Job name to print on the burst page.
195 Normally, the first file's name is used.
196 .It Fl L Ar locale
197 Use
198 .Ar locale
199 specified as argument instead of one found in environment.
200 (Only effective when filtering through
201 .Xr pr 1
202 is requested using the
203 .Fl p
204 option.)
205 .It Fl T Ar title
206 Title name for
207 .Xr pr 1 ,
208 instead of the file name.
209 .It Fl U Ar user
210 User name to print on the burst page,
211 also for accounting purposes.
212 This option is only honored if the real user-id is daemon
213 (or that specified in the printcap file instead of daemon),
214 and is intended for those instances where print filters wish to requeue jobs.
215 .It Fl Z Ar daemon-options
216 Some spoolers, such as
217 .Tn LPRng ,
218 accept additional per-job options using a
219 .Ql Z
220 control line.
221 When
222 .Fl Z
223 is specified, and
224 .Fl p
225 .Pq Xr pr 1
226 is not requested, the specified
227 .Ar daemon-options
228 will be passed to the remote
229 .Tn LPRng
230 spooler.
231 .It Fl i Ar numcols
232 The output is indented by
233 .Pq Ar numcols .
234 .It Fl w Ar num
235 Uses
236 .Ar num
237 as the page width for
238 .Xr pr 1 .
239 .El
240 .Sh ENVIRONMENT
241 If the following environment variable exists, it is used by
242 .Nm :
243 .Bl -tag -width PRINTER
244 .It Ev PRINTER
245 Specifies an alternate default printer.
246 .El
247 .Sh FILES
248 .Bl -tag -width /var/spool/output/*/tf* -compact
249 .It Pa /etc/passwd
250 Personal identification.
251 .It Pa /etc/printcap
252 Printer capabilities data base.
253 .It Pa /usr/sbin/lpd
254 Line printer daemons.
255 .It Pa /var/spool/output/*
256 Directories used for spooling.
257 .It Pa /var/spool/output/*/cf*
258 Daemon control files.
259 .It Pa /var/spool/output/*/df*
260 Data files specified in "cf" files.
261 .It Pa /var/spool/output/*/tf*
262 Temporary copies of "cf" files.
263 .El
264 .Sh DIAGNOSTICS
265 If you try to spool too large a file, it will be truncated.
266 The
267 .Nm
268 utility will object to printing binary files.
269 If a user other than root prints a file and spooling is disabled,
270 .Nm
271 will print a message saying so and will not put jobs in the queue.
272 If a connection to
273 .Xr lpd 8
274 on the local machine cannot be made,
275 .Nm
276 will say that the daemon cannot be started.
277 Diagnostics may be printed in the daemon's log file
278 regarding missing spool files by
279 .Xr lpd 8 .
280 .Sh SEE ALSO
281 .Xr lpq 1 ,
282 .Xr lprm 1 ,
283 .Xr pr 1 ,
284 .Xr symlink 2 ,
285 .Xr printcap 5 ,
286 .Xr lpc 8 ,
287 .Xr lpd 8
288 .Sh HISTORY
289 The
290 .Nm
291 command appeared in
292 .Bx 3 .
293 .Sh BUGS
294 Fonts for
295 .Xr troff 1
296 and
297 .Tn TeX
298 reside on the host with the printer.
299 It is currently not possible to
300 use local font libraries.
301 .Pp
302 The
303 .Ql Z
304 control file line is used for two different purposes; for
305 standard
306 .Fx
307 .Xr lpd 8 ,
308 it specifies a locale to be passed to
309 .Xr pr 1 .
310 For
311 .Tn LPRng
312 .Xr lpd 8 ,
313 it specifies additional options to be interpreted by the spooler's
314 input and output filters.
315 When submitting jobs via
316 .Nm ,
317 .Fl p
318 .Fl L Ar locale
319 is used in the former context, and
320 .Fl Z Ar daemon-options
321 is used in the latter.