]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-lprm.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-lprm.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>lprm(1)</title>
7 </head>
8 <body>
9 <h1 class="title">lprm(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 lprm - cancel print jobs
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>lprm</b>
14 [ -E ] [ -U
15 <i>username</i>
16 ] [ -h
17 <i>server[:port]</i>
18 ] [ -P
19 <i>destination[/instance]</i>
20 ] [ - ] [
21 <i>job</i> <i>ID(s)</i>
22 ]
23 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
24 <i>lprm</i> cancels print jobs that have been queued for printing.
25 If no arguments are supplied, the current job on the default
26 destination is cancelled. You can specify one or more job ID
27 numbers to cancel those jobs or use the <i>-</i> option to cancel
28 all jobs.
29 <h2 class="title"><a name="OPTIONS">Options</a></h2>
30 The <i>lprm</i> command supports the following options:
31 <p style="margin-left: 5.0em; text-indent: -5.0em">-E
32 <br>
33 <br>
34 Forces encryption when connecting to the server.
35 <p style="margin-left: 5.0em; text-indent: -5.0em">-P destination[/instance]
36 <br>
37 <br>
38 Specifies the destination printer or class.
39 <p style="margin-left: 5.0em; text-indent: -5.0em">-U username
40 <br>
41 <br>
42 Specifies an alternate username.
43 <p style="margin-left: 5.0em; text-indent: -5.0em">-h server[:port]
44 <br>
45 <br>
46 Specifies an alternate server.
47 <h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
48 The CUPS version of <i>lprm</i> is compatible with the standard
49 Berkeley <i>lprm</i> command.
50 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
51 <i>cancel(1)</i>, <i>lp(1)</i>, <i>lpq(1)</i>, <i>lpr(1)</i>,
52 <i>lpstat(1)</i>,
53 <br>
54 <a href="http://localhost:631/help">http://localhost:631/help</a>
55 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
56 Copyright 2007-2013 by Apple Inc.
57
58 </body>
59 </html>