]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cancel.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cancel.man
CommitLineData
bd7854cb 1.\"
f7faf1f5 2.\" "$Id$"
bd7854cb 3.\"
4.\" cancel man page for the Common UNIX Printing System (CUPS).
5.\"
6.\" Copyright 1997-2006 by Easy Software Products.
7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
e1d6a774 24.TH cancel 1 "Common UNIX Printing System" "20 March 2006" "Easy Software Products"
bd7854cb 25.SH NAME
26cancel - cancel jobs
27.SH SYNOPSIS
28.B cancel
29[ -E ] [ -U
30.I username
31] [ -a ] [ -h
32.I hostname[:port]
33] [ -u
34.I username
35] [
36.I id
37] [
38.I destination
39] [
40.I destination-id
41]
42.SH DESCRIPTION
43\fIcancel\fR cancels existing print jobs. The \fI-a\fR option will remove
44all jobs from the specified destination.
45.SH OPTIONS
e1d6a774 46The following options are recognized by \fIcancel\fR:
bd7854cb 47.TP 5
48-E
49.br
50Forces encryption when connecting to the server.
51.TP 5
52-U username
53.br
54Specifies the username to use when connecting to the server.
55.TP 5
56-a
57.br
58Cancel all jobs on the named destination, or all jobs on all
59destinations if none is provided.
60.TP 5
61-h hostname[:port]
62.br
63Chooses an alternate server.
64.TP 5
65-u username
66.br
67Cancels jobs owned by \fIusername\fR.
68.SH COMPATIBILITY
69Unlike the System V printing system, CUPS allows printer names to
70contain any printable character except SPACE, TAB, "/", or "#".
71Also, printer and class names are \fInot\fR case-sensitive.
72.SH NOTES
73Administrators wishing to prevent unauthorized cancellation of
74jobs via the \fI-u\fR option should require authentication for
75Cancel-Jobs operations in \fIcupsd.conf(5)\fR.
76.SH SEE ALSO
77\fIlp(1)\fR, \fIlpmove(8)\fR, \fIlpstat(1)\fR,
78.br
79http://localhost:631/help
80.SH COPYRIGHT
81Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
82.\"
f7faf1f5 83.\" End of "$Id$".
bd7854cb 84.\"