]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cancel.man
Import CUPS v1.7.1
[thirdparty/cups.git] / man / cancel.man
CommitLineData
bd7854cb 1.\"
61515785 2.\" "$Id: cancel.man 11022 2013-06-06 22:14:09Z msweet $"
bd7854cb 3.\"
321d8d57 4.\" cancel man page for CUPS.
bd7854cb 5.\"
0fa6c7fa 6.\" Copyright 2007-2013 by Apple Inc.
bd7854cb 7.\" Copyright 1997-2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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/".
bd7854cb 14.\"
db8b865d 15.TH cancel 1 "CUPS" "21 January 2013" "Apple Inc."
bd7854cb 16.SH NAME
17cancel - cancel jobs
18.SH SYNOPSIS
19.B cancel
20[ -E ] [ -U
21.I username
22] [ -a ] [ -h
23.I hostname[:port]
321d8d57 24] [ -u
bd7854cb 25.I username
db8b865d 26] [ -x ] [
bd7854cb 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
35all jobs from the specified destination.
36.SH OPTIONS
e1d6a774 37The following options are recognized by \fIcancel\fR:
bd7854cb 38.TP 5
39-E
40.br
41Forces encryption when connecting to the server.
42.TP 5
43-U username
44.br
45Specifies the username to use when connecting to the server.
46.TP 5
47-a
48.br
49Cancel all jobs on the named destination, or all jobs on all
50destinations if none is provided.
51.TP 5
52-h hostname[:port]
53.br
54Chooses an alternate server.
55.TP 5
56-u username
57.br
58Cancels jobs owned by \fIusername\fR.
db8b865d
MS
59.TP 5
60-x
61.br
62Deletes job data files in addition to canceling.
bd7854cb 63.SH COMPATIBILITY
64Unlike the System V printing system, CUPS allows printer names to
65contain any printable character except SPACE, TAB, "/", or "#".
66Also, printer and class names are \fInot\fR case-sensitive.
67.SH NOTES
68Administrators wishing to prevent unauthorized cancellation of
69jobs via the \fI-u\fR option should require authentication for
70Cancel-Jobs operations in \fIcupsd.conf(5)\fR.
71.SH SEE ALSO
72\fIlp(1)\fR, \fIlpmove(8)\fR, \fIlpstat(1)\fR,
73.br
74http://localhost:631/help
75.SH COPYRIGHT
0fa6c7fa 76Copyright 2007-2013 by Apple Inc.
bd7854cb 77.\"
61515785 78.\" End of "$Id: cancel.man 11022 2013-06-06 22:14:09Z msweet $".
bd7854cb 79.\"