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

« back to all changes in this revision

Viewing changes to .pc/manpage-hyphen-minus.patch/man/lpq.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:
 
1
.\"
 
2
.\" "$Id: lpq.man 10791 2013-01-10 16:58:21Z mike $"
 
3
.\"
 
4
.\"   lpq man page for CUPS.
 
5
.\"
 
6
.\"   Copyright 2007-2013 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 lpq 1 "CUPS" "16 June 2008" "Apple Inc."
 
16
.SH NAME
 
17
lpq \- show printer queue status
 
18
.SH SYNOPSIS
 
19
.B lpq
 
20
[ -E ] [ -U
 
21
.I username
 
22
] [ -h
 
23
.I server[:port]
 
24
] [ -P
 
25
.I destination[/instance]
 
26
] [ -a ] [ -l ] [
 
27
.I +interval
 
28
]
 
29
.SH DESCRIPTION
 
30
\fIlpq\fR shows the current print queue status on the named
 
31
printer. Jobs queued on the default destination will be shown if
 
32
no printer or class is specified on the command-line.
 
33
.LP
 
34
The \fI+interval\fR option allows you to continuously report the
 
35
jobs in the queue until the queue is empty; the list of jobs is
 
36
shown once every \fIinterval\fR seconds.
 
37
.SH OPTIONS
 
38
\fIlpq\fR supports the following options:
 
39
.TP 5
 
40
-E
 
41
.br
 
42
Forces encryption when connecting to the server.
 
43
.TP 5
 
44
-P destination[/instance]
 
45
.br
 
46
Specifies an alternate printer or class name.
 
47
.TP 5
 
48
-U username
 
49
.br
 
50
Specifies an alternate username.
 
51
.TP 5
 
52
-a
 
53
.br
 
54
Reports jobs on all printers.
 
55
.TP 5
 
56
-h server[:port]
 
57
.br
 
58
Specifies an alternate server.
 
59
.TP 5
 
60
-l
 
61
.br
 
62
Requests a more verbose (long) reporting format.
 
63
.SH SEE ALSO
 
64
\fIcancel(1)\fR, \fIlp(1)\fR, \fIlpr(1)\fR, \fIlprm(1)\fR,
 
65
\fIlpstat(1)\fR,
 
66
.br
 
67
http://localhost:631/help
 
68
.SH COPYRIGHT
 
69
Copyright 2007-2013 by Apple Inc.
 
70
.\"
 
71
.\" End of "$Id: lpq.man 10791 2013-01-10 16:58:21Z mike $".
 
72
.\"