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

« back to all changes in this revision

Viewing changes to .pc/manpage-hyphen-minus.patch/man/lpinfo.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: lpinfo.man 10791 2013-01-10 16:58:21Z mike $"
 
3
.\"
 
4
.\"   lpinfo 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 lpinfo 8 "CUPS" "5 December 2008" "Apple Inc."
 
16
.SH NAME
 
17
lpinfo \- show available devices or drivers
 
18
.SH SYNOPSIS
 
19
.B lpinfo
 
20
[ -E ] [ -U
 
21
.I username
 
22
] [ -h
 
23
.I server[:port]
 
24
] [ -l ] [ --device-id
 
25
.I device-id-string
 
26
] [ --exclude-schemes
 
27
.I scheme-list
 
28
] [ --include-schemes
 
29
.I scheme-list
 
30
] [ --language
 
31
.I locale
 
32
] [ --make-and-model
 
33
.I name
 
34
] [ --product
 
35
.I name
 
36
] -m
 
37
.br
 
38
.B lpinfo
 
39
[ -E ] [ -U
 
40
.I username
 
41
] [ -h
 
42
.I server[:port]
 
43
] [ -l ] [ --exclude-schemes
 
44
.I scheme-list
 
45
] [ --include-schemes
 
46
.I scheme-list
 
47
] [ --timeout
 
48
.I seconds
 
49
] -v
 
50
.SH DESCRIPTION
 
51
\fIlpinfo\fR lists the available devices or drivers known to the
 
52
CUPS server. The first form (\fI-m\fR) lists the available
 
53
drivers, while the second form (\fI-v\fR) lists the available
 
54
devices.
 
55
.SH OPTIONS
 
56
\fIlpinfo\fR accepts the following options:
 
57
.TP 5
 
58
-E
 
59
.br
 
60
Forces encryption when connecting to the server.
 
61
.TP 5
 
62
-U username
 
63
.br
 
64
Sets the username to use when connecting to the server.
 
65
.TP 5
 
66
-h server[:port]
 
67
.br
 
68
Selects an alternate server.
 
69
.TP 5
 
70
-l
 
71
.br
 
72
Shows a "long" listing of devices or drivers.
 
73
.TP 5
 
74
--device-id device-id-string
 
75
.br
 
76
Specifies the IEEE-1284 device ID to match when listing drivers with the
 
77
\fI-m\fR option.
 
78
.TP 5
 
79
--exclude-schemes scheme-list
 
80
.br
 
81
Specifies a comma-separated list of device or PPD schemes that should be
 
82
excluded from the results. Static PPD files use the "file" scheme.
 
83
.TP 5
 
84
--include-schemes scheme-list
 
85
.br
 
86
Specifies a comma-separated list of device or PPD schemes that should be
 
87
included in the results. Static PPD files use the "file" scheme.
 
88
.TP 5
 
89
--language locale
 
90
.br
 
91
Specifies the language to match when listing drivers with the \fI-m\fR option.
 
92
.TP 5
 
93
--make-and-model name
 
94
.br
 
95
Specifies the make and model to match when listing drivers with the \fI-m\fR
 
96
option.
 
97
.TP 5
 
98
--product name
 
99
.br
 
100
Specifies the product to match when listing drivers with the \fI-m\fR option.
 
101
.TP 5
 
102
--timeout seconds
 
103
.br
 
104
Specifies the timeout when listing devices with the \fI-v\fR option.
 
105
.SH COMPATIBILITY
 
106
The \fIlpinfo\fR command is unique to CUPS.
 
107
.SH SEE ALSO
 
108
\fIlpadmin(8)\fR,
 
109
.br
 
110
http://localhost:631/help
 
111
.SH COPYRIGHT
 
112
Copyright 2007-2013 by Apple Inc.
 
113
.\"
 
114
.\" End of "$Id: lpinfo.man 10791 2013-01-10 16:58:21Z mike $".
 
115
.\"