]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lp.1
Y2k copyright changes.
[thirdparty/cups.git] / man / lp.1
1 .\"
2 .\" "$Id: lp.1,v 1.7 2000/01/04 13:46:02 mike Exp $"
3 .\"
4 .\" lp/cancel man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2000 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636-3111 USA
19 .\"
20 .\" Voice: (301) 373-9603
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH lp 1 "Common UNIX Printing System" "9 September 1999" "Easy Software Products"
25 .SH NAME
26 lp \- print files
27 .br
28 cancel \- cancel jobs
29 .SH SYNOPSIS
30 .B lp
31 [ \-c ] [ \-d
32 .I destination
33 ] [ -h
34 .I server
35 ] [ \-m ] [ \-n
36 .I num-copies
37 [ \-o
38 .I option
39 ] [ \-p/q
40 .I priority
41 ] [ \-s ] [ \-t
42 .I title
43 ] [
44 .I file(s)
45 ]
46 .br
47 .B cancel
48 [ \-a ] [ -h
49 .I server
50 ] [
51 .I id
52 ] [
53 .I destination
54 ] [
55 .I destination-id
56 ]
57 .SH DESCRIPTION
58 \fBlp\fR submits files for printing.
59 .LP
60 \fBcancel\fR cancels existing print jobs. The \fI-a\fR option will remove
61 all jobs from the specified destination.
62 .SH OPTIONS
63 The following options are recognized by \fBlp\fR:
64 .TP 5
65 \-d \fIdestination\fR
66 .br
67 Prints files to the named printer.
68 .TP 5
69 \-h \fIhostname\fR
70 .br
71 Specifies the print server hostname. The default is "localhost" or the value
72 of the CUPS_SERVER environment variable.
73 .TP 5
74 \-m
75 .br
76 Send email when the job is completed (ignored in CUPS 1.0.)
77 .TP 5
78 \-n \fIcopies\fR
79 .br
80 Sets the number of copies to print from 1 to 100.
81 .TP 5
82 \-o \fIoption\fR
83 .br
84 Sets a job option.
85 .TP 5
86 \-p/q \fIpriority\fR
87 .br
88 Sets the job priority from 1 (lowest) to 100 (highest). The default priority
89 is 50.
90 .TP 5
91 \-s
92 .br
93 Do not report the resulting job IDs (silent mode.)
94 .TP 5
95 \-t \fIname\fR
96 .br
97 Sets the job name.
98 .SH COMPATIBILITY
99 Unlike the System V printing system, CUPS allows printer names to contain
100 any printable character except SPACE and TAB. Also, printer and class names are
101 \fBnot\fR case-sensitive.
102 .LP
103 The "m" option is not functional in CUPS 1.0.
104 .SH SEE ALSO
105 lpstat(1),
106 CUPS Software Users Manual
107 .SH COPYRIGHT
108 Copyright 1993-2000 by Easy Software Products, All Rights Reserved.
109 .\"
110 .\" End of "$Id: lp.1,v 1.7 2000/01/04 13:46:02 mike Exp $".
111 .\"