]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cancel.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cancel.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" cancel man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007 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 cancel 1 "Common UNIX Printing System" "20 March 2006" "Apple Inc."
16 .SH NAME
17 cancel - cancel jobs
18 .SH SYNOPSIS
19 .B cancel
20 [ -E ] [ -U
21 .I username
22 ] [ -a ] [ -h
23 .I hostname[:port]
24 ] [ -u
25 .I username
26 ] [
27 .I id
28 ] [
29 .I destination
30 ] [
31 .I destination-id
32 ]
33 .SH DESCRIPTION
34 \fIcancel\fR cancels existing print jobs. The \fI-a\fR option will remove
35 all jobs from the specified destination.
36 .SH OPTIONS
37 The following options are recognized by \fIcancel\fR:
38 .TP 5
39 -E
40 .br
41 Forces encryption when connecting to the server.
42 .TP 5
43 -U username
44 .br
45 Specifies the username to use when connecting to the server.
46 .TP 5
47 -a
48 .br
49 Cancel all jobs on the named destination, or all jobs on all
50 destinations if none is provided.
51 .TP 5
52 -h hostname[:port]
53 .br
54 Chooses an alternate server.
55 .TP 5
56 -u username
57 .br
58 Cancels jobs owned by \fIusername\fR.
59 .SH COMPATIBILITY
60 Unlike the System V printing system, CUPS allows printer names to
61 contain any printable character except SPACE, TAB, "/", or "#".
62 Also, printer and class names are \fInot\fR case-sensitive.
63 .SH NOTES
64 Administrators wishing to prevent unauthorized cancellation of
65 jobs via the \fI-u\fR option should require authentication for
66 Cancel-Jobs operations in \fIcupsd.conf(5)\fR.
67 .SH SEE ALSO
68 \fIlp(1)\fR, \fIlpmove(8)\fR, \fIlpstat(1)\fR,
69 .br
70 http://localhost:631/help
71 .SH COPYRIGHT
72 Copyright 2007 by Apple Inc.
73 .\"
74 .\" End of "$Id$".
75 .\"