X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=doc%2Fhelp%2Fman-cancel.html;h=40b3bf218d50962cd8eb91923d05dcee72f4657c;hb=1a18c85cd15c6af88ec2c3a5ece0d67add6f56a7;hp=96a24c33958e98b0b25efac999548aecd170f2f5;hpb=b60086f8ae7ff126ecb97cf6d400d6d4a5c6f571;p=thirdparty%2Fcups.git diff --git a/doc/help/man-cancel.html b/doc/help/man-cancel.html index 96a24c339..40b3bf218 100644 --- a/doc/help/man-cancel.html +++ b/doc/help/man-cancel.html @@ -1,4 +1,4 @@ - + @@ -10,72 +10,80 @@

Name

cancel - cancel jobs

Synopsis

-cancel -[ -E ] [ -U -username -] [ -a ] [ -h -hostname[:port] -] [ -u -username -] [ -x ] [ -id -] [ -destination -] [ -destination-id -] +cancel +[ +-E +] [ +-U +username +] [ +-a +] [ +-h +hostname[:port] +] [ +-u +username +] [ +-x +] [ +id +] [ +destination +] [ +destination-id +]

Description

-cancel cancels existing print jobs. The -a option will remove -all jobs from the specified destination. +The cancel command cancels print jobs. +If no destination or id is specified, the currently printing job on the default destination is canceled.

Options

-The following options are recognized by cancel: -
-
-E -
-
-
Forces encryption when connecting to the server. -
-
-U username -
-
-
Specifies the username to use when connecting to the server. -
-
-a -
-
-
Cancel all jobs on the named destination, or all jobs on all +The following options are recognized by cancel: +
+
-a +
Cancel all jobs on the named destination, or all jobs on all destinations if none is provided. -
-
-h hostname[:port] -
-
-
Chooses an alternate server. -
-
-u username -
-
-
Cancels jobs owned by username. -
-
-x -
-
-
Deletes job data files in addition to canceling. -
+
-E +
Forces encryption when connecting to the server. +
-h hostname[:port] +
Specifies an alternate server. +
-U username +
Specifies the username to use when connecting to the server. +
-u username +
Cancels jobs owned by username. +
-x +
Deletes job data files in addition to canceling.
-

Compatibility

-Unlike the System V printing system, CUPS allows printer names to -contain any printable character except SPACE, TAB, "/", or "#". -Also, printer and class names are not case-sensitive. +

Conforming To

+Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#". Also, printer and class names are not case-sensitive. +

Examples

+Cancel the current print job: +
+
+    cancel
+
+
+Cancel job "myprinter-42": +
+
+    cancel myprinter-42
+
+
+Cancel all jobs: +
+
+    cancel -a
+

Notes

-Administrators wishing to prevent unauthorized cancellation of -jobs via the -u option should require authentication for -Cancel-Jobs operations in cupsd.conf(5). +Administrators wishing to prevent unauthorized cancellation of jobs via the -u option should require authentication for Cancel-Jobs operations in +cupsd.conf(5).

See Also

-lp(1), lpmove(8), lpstat(1), -
-http://localhost:631/help +cupsd.conf(5), +lp(1), +lpmove(8), +lpstat(1), +CUPS Online Help (http://localhost:631/help)

Copyright

-Copyright 2007-2013 by Apple Inc. +Copyright © 2007-2014 by Apple Inc.