~ubuntu-branches/ubuntu/wily/cups/wily

« back to all changes in this revision

Viewing changes to man/cupsenable.man

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2013-05-03 11:30:59 UTC
  • mfrom: (100.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130503113059-u4vwqd3op51vu7o7
Update the patch adding libusb error handling to also discard its
errors in the counting of warning messages; this should make the
error-suite succeed in more cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
cupsdisable, cupsenable \- stop/start printers and classes
18
18
.SH SYNOPSIS
19
19
.B cupsdisable
20
 
[ -E ] [-U
 
20
[ \-E ] [\-U
21
21
.I username
22
 
] [ -c ] [ -h
 
22
] [ \-c ] [ \-h
23
23
.I server[:port]
24
 
] [ -r
 
24
] [ \-r
25
25
.I reason
26
 
] [ --hold ] destination(s)
 
26
] [ \-\-hold ] destination(s)
27
27
.br
28
28
.B cupsenable
29
 
[ -E ] [-U
 
29
[ \-E ] [\-U
30
30
.I username
31
 
] [ -c ] [ -h
 
31
] [ \-c ] [ \-h
32
32
.I server[:port]
33
 
] [ --release ] destination(s)
 
33
] [ \--release ] destination(s)
34
34
.SH DESCRIPTION
35
35
\fIcupsenable\fR starts the named printers or classes.
36
36
.LP
37
37
\fIcupsdisable\fR stops the named printers or classes.  The
38
38
following options may be used:
39
39
.TP 5
40
 
-E
 
40
\-E
41
41
.br
42
42
Forces encryption of the connection to the server.
43
43
.TP 5
44
 
-U username
 
44
\-U username
45
45
.br
46
46
Uses the specified username when connecting to the server.
47
47
.TP 5
48
 
-c
 
48
\-c
49
49
.br
50
50
Cancels all jobs on the named destination.
51
51
.TP 5
52
 
-h server[:port]
 
52
\-h server[:port]
53
53
.br
54
54
Uses the specified server and port.
55
55
.TP 5
56
 
--hold
 
56
\--hold
57
57
.br
58
58
Holds remaining jobs on the named printer.  Useful for allowing the current
59
59
job to complete before performing maintenance.
60
60
.TP 5
61
 
-r "reason"
 
61
\-r "reason"
62
62
.br
63
63
Sets the message associated with the stopped state. If no reason is specified
64
64
then the message is set to "Reason Unknown".
65
65
.TP 5
66
 
--release
 
66
\--release
67
67
.br
68
68
Releases pending jobs for printing. Use after running \fIcupsdisable\fR with
69
69
the \fI--hold\fR option to resume printing.