]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cancel.html
More man page updates.
[thirdparty/cups.git] / doc / help / man-cancel.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
11cancel - cancel jobs
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c
MS
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]
94436c5a
MS
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
29all jobs from the specified destination.
30<h2 class="title"><a name="OPTIONS">Options</a></h2>
31The following options are recognized by <i>cancel</i>:
c277f98c
MS
32<p style="margin-left: 5.0em; text-indent: -5.0em">-E
33<br>
34<br>
35Forces encryption when connecting to the server.
36<p style="margin-left: 5.0em; text-indent: -5.0em">-U username
37<br>
38<br>
39Specifies 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>
43Cancel all jobs on the named destination, or all jobs on all
94436c5a 44destinations if none is provided.
c277f98c
MS
45<p style="margin-left: 5.0em; text-indent: -5.0em">-h hostname[:port]
46<br>
47<br>
48Chooses an alternate server.
49<p style="margin-left: 5.0em; text-indent: -5.0em">-u username
50<br>
51<br>
52Cancels jobs owned by <i>username</i>.
53<p style="margin-left: 5.0em; text-indent: -5.0em">-x
54<br>
55<br>
56Deletes job data files in addition to canceling.
94436c5a
MS
57<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
58Unlike the System V printing system, CUPS allows printer names to
59contain any printable character except SPACE, TAB, "/", or "#".
60Also, printer and class names are <i>not</i> case-sensitive.
61<h2 class="title"><a name="NOTES">Notes</a></h2>
62Administrators wishing to prevent unauthorized cancellation of
63jobs via the <i>-u</i> option should require authentication for
c277f98c 64Cancel-Jobs operations in <i>cupsd.conf(5)</i>.
94436c5a 65<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c 66<i>lp(1)</i>, <i>lpmove(8)</i>, <i>lpstat(1)</i>,
94436c5a 67<br>
c277f98c 68<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
69<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
70Copyright 2007-2013 by Apple Inc.
71
72</body>
73</html>