]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lprm.man
Import CUPS v2.0b1
[thirdparty/cups.git] / man / lprm.man
CommitLineData
ef416fc2 1.\"
1a18c85c 2.\" "$Id: lprm.man 11893 2014-05-23 02:45:48Z msweet $"
ef416fc2 3.\"
1a18c85c 4.\" lprm man page for CUPS.
ef416fc2 5.\"
1a18c85c
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
1a18c85c
MS
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14.\"
1a18c85c 15.TH lprm 1 "CUPS" "22 May 2014" "Apple Inc."
ef416fc2 16.SH NAME
17lprm \- cancel print jobs
18.SH SYNOPSIS
19.B lprm
1a18c85c
MS
20[
21.B \-E
22] [
23.B \-U
fa73b229 24.I username
1a18c85c
MS
25] [
26.B \-h
27.IR server [ :port ]
28] [
29.B \-P
30.IR destination [ /instance ]
31] [
32.B \-
33] [
34.I job-id(s)
ef416fc2 35]
36.SH DESCRIPTION
1a18c85c
MS
37.B lprm
38cancels print jobs that have been queued for printing.
39If no arguments are supplied, the current job on the default destination is canceled.
40You can specify one or more job ID numbers to cancel those jobs or use the \fI\-\fR option to cancel all jobs.
bd7854cb 41.SH OPTIONS
1a18c85c
MS
42The
43.B lprm
44command supports the following options:
bd7854cb 45.TP 5
1a18c85c 46.B \-E
bd7854cb 47Forces encryption when connecting to the server.
48.TP 5
1a18c85c 49\fB\-P \fIdestination\fR[\fI/instance\fR]
bd7854cb 50Specifies the destination printer or class.
51.TP 5
1a18c85c 52\fB\-U \fIusername\fR
bd7854cb 53Specifies an alternate username.
54.TP 5
1a18c85c 55\fB\-h \fIserver\fR[\fI:port\fR]
7a0cbd5e 56Specifies an alternate server.
1a18c85c
MS
57.SH CONFORMING TO
58The CUPS version of
59.B lprm
60is compatible with the standard Berkeley command of the same name.
61.SH EXAMPLES
62Cancel the current job on the default printer:
63.nf
64
65 lprm
66
67.fi
68Cancel job 1234:
69.nf
70
71 lprm 1234
72
73.fi
74Cancel all jobs:
75.nf
76
77 lprm \-
78.fi
ef416fc2 79.SH SEE ALSO
1a18c85c
MS
80.BR cancel (1),
81.BR lp (1),
82.BR lpq (1),
83.BR lpr (1),
84.BR lpstat (1),
85CUPS Online Help (http://localhost:631/help)
ef416fc2 86.SH COPYRIGHT
1a18c85c 87Copyright \[co] 2007-2014 by Apple Inc.
ef416fc2 88.\"
1a18c85c 89.\" End of "$Id: lprm.man 11893 2014-05-23 02:45:48Z msweet $".
ef416fc2 90.\"