]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lprm.man
Import experimental work-in-progress HTTP/2 branch
[thirdparty/cups.git] / man / lprm.man
1 .\"
2 .\" "$Id: lprm.man 13138 2016-03-15 14:59:54Z msweet $"
3 .\"
4 .\" lprm man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
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/".
14 .\"
15 .TH lprm 1 "CUPS" "22 May 2014" "Apple Inc."
16 .SH NAME
17 lprm \- cancel print jobs
18 .SH SYNOPSIS
19 .B lprm
20 [
21 .B \-E
22 ] [
23 .B \-U
24 .I username
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)
35 ]
36 .SH DESCRIPTION
37 .B lprm
38 cancels print jobs that have been queued for printing.
39 If no arguments are supplied, the current job on the default destination is canceled.
40 You can specify one or more job ID numbers to cancel those jobs or use the \fI\-\fR option to cancel all jobs.
41 .SH OPTIONS
42 The
43 .B lprm
44 command supports the following options:
45 .TP 5
46 .B \-E
47 Forces encryption when connecting to the server.
48 .TP 5
49 \fB\-P \fIdestination\fR[\fI/instance\fR]
50 Specifies the destination printer or class.
51 .TP 5
52 \fB\-U \fIusername\fR
53 Specifies an alternate username.
54 .TP 5
55 \fB\-h \fIserver\fR[\fI:port\fR]
56 Specifies an alternate server.
57 .SH CONFORMING TO
58 The CUPS version of
59 .B lprm
60 is compatible with the standard Berkeley command of the same name.
61 .SH EXAMPLES
62 Cancel the current job on the default printer:
63 .nf
64
65 lprm
66
67 .fi
68 Cancel job 1234:
69 .nf
70
71 lprm 1234
72
73 .fi
74 Cancel all jobs:
75 .nf
76
77 lprm \-
78 .fi
79 .SH SEE ALSO
80 .BR cancel (1),
81 .BR lp (1),
82 .BR lpq (1),
83 .BR lpr (1),
84 .BR lpstat (1),
85 CUPS Online Help (http://localhost:631/help)
86 .SH COPYRIGHT
87 Copyright \[co] 2007-2015 by Apple Inc.
88 .\"
89 .\" End of "$Id: lprm.man 13138 2016-03-15 14:59:54Z msweet $".
90 .\"