]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpinfo.man
Remove obsolete files and ignore Xcode files.
[thirdparty/cups.git] / man / lpinfo.man
CommitLineData
ef416fc2 1.\"
e4e5666b 2.\" "$Id$"
ef416fc2 3.\"
6e12033b 4.\" lpinfo man page for CUPS.
ef416fc2 5.\"
6e12033b
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
6e12033b
MS
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/".
ef416fc2 14.\"
6e12033b 15.TH lpinfo 8 "CUPS" "12 June 2014" "Apple Inc."
ef416fc2 16.SH NAME
17lpinfo \- show available devices or drivers
18.SH SYNOPSIS
19.B lpinfo
6e12033b
MS
20[
21.B \-E
22] [
23.B \-U
bd7854cb 24.I username
6e12033b
MS
25] [
26\fB\-h \fIserver\fR[\fB:\fIport\fR]
27] [
28.B \-l
29] [
30.B \-\-device\-id
58dc1933 31.I device-id-string
6e12033b
MS
32] [
33.B \-\-exclude\-schemes
ed6e7faf 34.I scheme-list
6e12033b
MS
35] [
36.B \-\-include\-schemes
ed6e7faf 37.I scheme-list
6e12033b
MS
38] [
39.B \-\-language
58dc1933 40.I locale
6e12033b
MS
41] [
42.B \-\-make\-and\-model
58dc1933 43.I name
6e12033b
MS
44] [
45.B \-\-product
58dc1933 46.I name
6e12033b
MS
47]
48.B \-m
bd7854cb 49.br
50.B lpinfo
6e12033b
MS
51[
52.B \-E
53] [
54.B \-U
bd7854cb 55.I username
6e12033b
MS
56] [
57\fB\-h \fIserver\fR[\fB:\fIport\fR]
58] [
59.B \-l
60] [
61.B \-\-exclude\-schemes
ed6e7faf 62.I scheme-list
6e12033b
MS
63] [
64.B \-\-include\-schemes
ed6e7faf 65.I scheme-list
6e12033b
MS
66] [
67.B \-\-timeout
58dc1933 68.I seconds
6e12033b
MS
69]
70.B \-v
ef416fc2 71.SH DESCRIPTION
6e12033b
MS
72\fBlpinfo\fR lists the available devices or drivers known to the CUPS server.
73The first form (\fI-m\fR) lists the available drivers, while the second form (\fI-v\fR) lists the available devices.
bd7854cb 74.SH OPTIONS
6e12033b 75\fBlpinfo\fR accepts the following options:
ef416fc2 76.TP 5
6e12033b 77.B \-E
ef416fc2 78Forces encryption when connecting to the server.
79.TP 5
6e12033b 80\fB\-U \fIusername\fR
bd7854cb 81Sets the username to use when connecting to the server.
ef416fc2 82.TP 5
6e12033b 83\fB\-h \fIserver\fR[\fB:\fIport\fR]
bd7854cb 84Selects an alternate server.
ef416fc2 85.TP 5
6e12033b 86.B \-l
bd7854cb 87Shows a "long" listing of devices or drivers.
58dc1933 88.TP 5
6e12033b
MS
89\fB\-\-device\-id \fIdevice-id-string\fR
90Specifies the IEEE-1284 device ID to match when listing drivers with the \fI\-m\fR option.
58dc1933 91.TP 5
6e12033b
MS
92\fB\-\-exclude\-schemes \fIscheme-list\fR
93Specifies a comma-delimited list of device or PPD schemes that should be excluded from the results.
94Static PPD files use the "file" scheme.
ed6e7faf 95.TP 5
6e12033b
MS
96\fB\-\-include\-schemes \fIscheme-list\fR
97Specifies a comma-delimited list of device or PPD schemes that should be included in the results.
98Static PPD files use the "file" scheme.
ed6e7faf 99.TP 5
6e12033b
MS
100\fB\-\-language \fIlocale\fR
101Specifies the language to match when listing drivers with the \fI\-m\fR option.
58dc1933 102.TP 5
6e12033b
MS
103\fB\-\-make\-and\-model \fIname\fR
104Specifies the make and model to match when listing drivers with the \fI\-m\fR option.
58dc1933 105.TP 5
6e12033b
MS
106\fB\-\-product \fIname\fR
107Specifies the product to match when listing drivers with the \fI\-m\fR option.
58dc1933 108.TP 5
6e12033b
MS
109\fB\-\-timeout \fIseconds\fR
110Specifies the timeout when listing devices with the \fI\-v\fR option.
111.SH CONFORMING TO
bd7854cb 112The \fIlpinfo\fR command is unique to CUPS.
6e12033b
MS
113.SH EXAMPLES
114List all devices:
115.nf
116
117 lpinfo \-v
118
119.fi
120List all drivers:
121.nf
122
123 lpinfo \-m
124
125.fi
126List drivers matching "HP LaserJet":
127.nf
128
129 lpinfo \-\-make\-and\-model "HP LaserJet" \-m
130.fi
ef416fc2 131.SH SEE ALSO
6e12033b
MS
132.BR lpadmin (8),
133CUPS Online Help (http://localhost:631/help)
ef416fc2 134.SH COPYRIGHT
fbfee7a8 135Copyright \[co] 2007-2015 by Apple Inc.
ef416fc2 136.\"
e4e5666b 137.\" End of "$Id$".
ef416fc2 138.\"