]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lpinfo.man
Merge changes from CUPS 1.4svn-r8033.
[thirdparty/cups.git] / man / lpinfo.man
1 .\"
2 .\" "$Id: lpinfo.man 7600 2008-05-20 21:06:23Z mike $"
3 .\"
4 .\" lpinfo man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007-2008 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 "Common UNIX Printing System" "8 October 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 ] [ --language
27 .I locale
28 ] [ --make-and-model
29 .I name
30 ] [ --product
31 .I name
32 ] -m
33 .br
34 .B lpinfo
35 [ -E ] [ -U
36 .I username
37 ] [ -h
38 .I server[:port]
39 ] [ -l ] [ --timeout
40 .I seconds
41 ] -v
42 .SH DESCRIPTION
43 \fIlpinfo\fR lists the available devices or drivers known to the
44 CUPS server. The first form (\fI-m\fR) lists the available
45 drivers, while the second form (\fI-v\fR) lists the available
46 devices.
47 .SH OPTIONS
48 \fIlpinfo\fR accepts the following options:
49 .TP 5
50 -E
51 .br
52 Forces encryption when connecting to the server.
53 .TP 5
54 -U username
55 .br
56 Sets the username to use when connecting to the server.
57 .TP 5
58 -h server[:port]
59 .br
60 Selects an alternate server.
61 .TP 5
62 -l
63 .br
64 Shows a "long" listing of devices or drivers.
65 .TP 5
66 --device-id device-id-string
67 .br
68 Specifies the IEEE-1284 device ID to match when listing drivers with the
69 \fI-m\fR option.
70 .TP 5
71 --language locale
72 .br
73 Specifies the language to match when listing drivers with the \fI-m\fR option.
74 .TP 5
75 --make-and-model name
76 .br
77 Specifies the make and model to match when listing drivers with the \fI-m\fR
78 option.
79 .TP 5
80 --product name
81 .br
82 Specifies the product to match when listing drivers with the \fI-m\fR option.
83 .TP 5
84 --timeout seconds
85 .br
86 Specifies the timeout when listing devices with the \fI-v\fR option.
87 .SH COMPATIBILITY
88 The \fIlpinfo\fR command is unique to CUPS.
89 .SH SEE ALSO
90 \fIlpadmin(8)\fR,
91 .br
92 http://localhost:631/help
93 .SH COPYRIGHT
94 Copyright 2007-2008 by Apple Inc.
95 .\"
96 .\" End of "$Id: lpinfo.man 7600 2008-05-20 21:06:23Z mike $".
97 .\"