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