]> git.ipfire.org Git - thirdparty/cups.git/blob - man/lpq.man
Fix hang bug when alternating text contains a quote.
[thirdparty/cups.git] / man / lpq.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" lpq man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 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" "12 June 2014" "Apple Inc."
16 .SH NAME
17 lpq \- show printer queue status
18 .SH SYNOPSIS
19 .B lpq
20 [
21 .B \-E
22 ] [
23 .B \-U
24 .I username
25 ] [
26 \fB\-h \fIserver\fR[\fB:\fIport\fR]
27 ] [
28 \fB\-P \fIdestination\fR[\fB/\fIinstance\fR]
29 ] [
30 .B \-a
31 ] [
32 .B \-l
33 ] [
34 .BI + interval
35 ]
36 .SH DESCRIPTION
37 \fBlpq\fR shows the current print queue status on the named printer.
38 Jobs queued on the default destination will be shown if no printer or class is specified on the command-line.
39 .LP
40 The \fI+interval\fR option allows you to continuously report the jobs in the queue until the queue is empty; the list of jobs is shown once every \fIinterval\fR seconds.
41 .SH OPTIONS
42 \fBlpq\fR supports the following options:
43 .TP 5
44 .B \-E
45 Forces encryption when connecting to the server.
46 .TP 5
47 \fB\-P \fIdestination\fR[\fB/\fIinstance\fR]
48 Specifies an alternate printer or class name.
49 .TP 5
50 \fB\-U \fIusername\fR
51 Specifies an alternate username.
52 .TP 5
53 .B \-a
54 Reports jobs on all printers.
55 .TP 5
56 \fB\-h \fIserver\fR[\fB:\fIport\fR]
57 Specifies an alternate server.
58 .TP 5
59 .B \-l
60 Requests a more verbose (long) reporting format.
61 .SH SEE ALSO
62 .BR cancel (1),
63 .BR lp (1),
64 .BR lpr (1),
65 .BR lprm (1),
66 .BR lpstat (1),
67 CUPS Online Help (http://localhost:631/help)
68 .SH COPYRIGHT
69 Copyright \[co] 2007-2015 by Apple Inc.
70 .\"
71 .\" End of "$Id$".
72 .\"