1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
.TH LPSTAT 1 2006-12-30 "LPRng" "lpstat command"
.SH NAME
lpstat \- compatibility program to get information about printers
.SH SYNOPSIS
.B lpstat
.RB [ \-A ]
.RB [ \-d ]
.RB [ \-l ]
.RB [ \-r ]
.RB [ \-R ]
.RB [ \-s ]
.RB [ \-t ]
.RB [ \-a [\fIlist\fP]]
.RB [ \-c [\fIlist\fP]]
.RB [ \-f [\fIlist\fP]]
.RB [ \-o [\fIlist\fP]]
.RB [ \-p [\fIlist\fP]]
.RB [ \-P ]
.RB [ \-S [\fIlist\fP]]
.RI [ list ]
.RB [ \-u [\fIlogin-ID-list\fP]]
.RB [ \-v [\fIlist\fP]]
.RB [ \-V ]
.RB [ \-n ]
.RB [ \-T\fIdbgflags\fP]
.SH DESCRIPTION
.B lpstat
is a (partial) simulation for the Solaris SystemV R4 print facilities.
Please use
.B lpq
instead.
.SH OPTIONS
.I list
is a list of print queue names
.TP
.B \-A
use authentication specified by AUTH environment variable
.TP
.BR \-a [ \fIlist\fP ]
destination status
.TP
.BR \-c [ \fIlist\fP ]
class status
.TP
.B \-d
print default destination
.TP
.BR \-f [ \fIlist\fP ]
forms status
.TP
.BR \-o [ \fIlist\fP ]
job or printer status
.TP
.B \-n
each -n increases number of status lines (default 1)
.TP
.B \-N
maximum number of status lines
.TP
.BR \-p [ \fIlist\fP ]
printer status
.TP
.B \-P
paper types - ignored
.TP
.B \-r
scheduler status
.TP
.B \-s
summary status information - short format
.TP
.BR \-S [ \fIlist\fP ]
character set - ignored
.TP
.B \-t
all status information - long format
.TP
.BR \-u [ \fIjoblist\fP ]
job status information
.TP
.BR \-v [ \fIlist\fP ]
printer mapping
.TP
.B \-V
verbose mode
.TP
.BI \-T dbgflags
debug flags
.TP
.BR -a ", " -c ", " -f ", " -o ", " -n ", " -N " and " -p "
produce a long status format.
.SH "SEE ALSO"
.BR lpd.conf (5),
.BR lpc (8),
.BR lpd (8),
.BR checkpc (8),
.BR lpq (1),
.BR lprm (1),
.BR checkpc (8),
.BR printcap (5),
.BR lpd.perms (5),
.BR pr (1).
.SH "AUTHOR"
LPRng was written by Patrick Powell <papowell@lprng.com>.
.SH "HISTORY"
LPRng is a enhanced printer spooler system
with functionality similar to the Berkeley LPR software.
The LPRng developer mailing list is lprng-devel@lists.sourceforge.net;
subscribe by visiting
.B https://lists.sourceforge.net/lists/listinfo/lprng-devel
or sending mail to
.B lprng-request@lists.sourceforge.net
with
the word
.I subscribe
in the body.
.br
The software is available via
.B http://lprng.sourceforge.net
.\" This manpage is written by Bernhard R. Link <brlink@debian.org>
.\" and available under GNU GPL v2 and any license LPRng is available under.
.\" The descriptions are extracted from lpstat.c from Patrick Powell <papowell@lprng.com>
|