]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cancel.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-cancel.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>cancel(1)</title>
7 </head>
8 <body>
9 <h1 class="title">cancel(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 cancel - cancel jobs
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>cancel</b>
14 [ -E ] [ -U
15 <i>username</i>
16 ] [ -a ] [ -h
17 <i>hostname[:port]</i>
18 ] [ -u
19 <i>username</i>
20 ] [ -x ] [
21 <i>id</i>
22 ] [
23 <i>destination</i>
24 ] [
25 <i>destination-id</i>
26 ]
27 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
28 <i>cancel</i> cancels existing print jobs. The <i>-a</i> option will remove
29 all jobs from the specified destination.
30 <h2 class="title"><a name="OPTIONS">Options</a></h2>
31 The following options are recognized by <i>cancel</i>:
32 <p style="margin-left: 5.0em; text-indent: -5.0em">-E
33 <br>
34 <br>
35 Forces encryption when connecting to the server.
36 <p style="margin-left: 5.0em; text-indent: -5.0em">-U username
37 <br>
38 <br>
39 Specifies the username to use when connecting to the server.
40 <p style="margin-left: 5.0em; text-indent: -5.0em">-a
41 <br>
42 <br>
43 Cancel all jobs on the named destination, or all jobs on all
44 destinations if none is provided.
45 <p style="margin-left: 5.0em; text-indent: -5.0em">-h hostname[:port]
46 <br>
47 <br>
48 Chooses an alternate server.
49 <p style="margin-left: 5.0em; text-indent: -5.0em">-u username
50 <br>
51 <br>
52 Cancels jobs owned by <i>username</i>.
53 <p style="margin-left: 5.0em; text-indent: -5.0em">-x
54 <br>
55 <br>
56 Deletes job data files in addition to canceling.
57 <h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
58 Unlike the System V printing system, CUPS allows printer names to
59 contain any printable character except SPACE, TAB, "/", or "#".
60 Also, printer and class names are <i>not</i> case-sensitive.
61 <h2 class="title"><a name="NOTES">Notes</a></h2>
62 Administrators wishing to prevent unauthorized cancellation of
63 jobs via the <i>-u</i> option should require authentication for
64 Cancel-Jobs operations in <i>cupsd.conf(5)</i>.
65 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
66 <i>lp(1)</i>, <i>lpmove(8)</i>, <i>lpstat(1)</i>,
67 <br>
68 <a href="http://localhost:631/help">http://localhost:631/help</a>
69 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
70 Copyright 2007-2013 by Apple Inc.
71
72 </body>
73 </html>