BSD 4_3_Reno release
[unix-history] / usr / src / usr.sbin / lpr / lpq / lpq.1
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms are permitted provided
.\" that: (1) source distributions retain this entire copyright notice and
.\" comment, and (2) distributions including binaries display the following
.\" acknowledgement: ``This product includes software developed by the
.\" University of California, Berkeley and its contributors'' in the
.\" documentation or other materials provided with the distribution and in
.\" all advertising materials mentioning features or use of this software.
.\" Neither the name of the University nor the names of its contributors may
.\" be used to endorse or promote products derived from this software without
.\" specific prior written permission.
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\" @(#)lpq.1 6.8 (Berkeley) 7/24/90
.\"
.Dd July 24, 1990
.Dt LPQ 1
.Os BSD 4.2
.Sh NAME
.Nm lpq
.Nd spool queue examination program
.Sh SYNOPSIS
.Nm lpq
.Op Fl l
.Oo
.Op Fl P Ar printer
.Oo
.Op job # ...
.Op user ...
.Sh DESCRIPTION
.Nm Lpq
examines the spooling area used by
.Xr lpd 8
for printing files on the line printer, and reports the status of the
specified jobs or all jobs associated with a user.
.Nm Lpq
invoked
without any arguments reports on any jobs currently in the queue.
.Pp
Options:
.Pp
.Tw Ds
.Tp Fl P
Specify a particular printer, otherwise the default
line printer is used (or the value of the
.Ev PRINTER
variable in the
environment). All other arguments supplied are interpreted as user
names or job numbers to filter out only those jobs of interest.
.Tp Fl l
Information about each of the files comprising the job entry
is printed.
Normally, only as much information as will fit on one line is displayed.
.Tp
.Pp
For each job submitted (i.e. invocation of
.Xr lpr 1 )
.Nm lpq
reports the user's name, current rank in the queue, the
names of files comprising the job, the job identifier (a number which
may be supplied to
.Xr lprm 1
for removing a specific job), and the total size in bytes.
Job ordering is dependent on
the algorithm used to scan the spooling directory and is supposed
to be FIFO (First in First Out).
File names comprising a job may be unavailable
(when
.Xr lpr 1
is used as a sink in a pipeline) in which case the file
is indicated as ``(standard input)".
.Pp
If
.Nm lpq
warns that there is no daemon present (i.e. due to some malfunction),
the
.Xr lpc 8
command can be used to restart the printer daemon.
.Sh ENVIRONMENT
If the following environment variable exists, it is used by
.Nm lpq :
.Tw Fl
.Tp Ev PRINTER
Specifies an alternate default printer.
.Tp
.Sh FILES
.Dw /usr/share/misc/termcap
.Di L
.Dp Pa /usr/share/misc/termcap
for manipulating the screen for repeated display
.Dp Pa /etc/printcap
to determine printer characteristics
.Dp Pa /var/spool/*
the spooling directory, as determined from printcap
.Dp Pa /var/spool/*/cf*
control files specifying jobs
.Dp Pa /var/spool/*/lock
the lock file to obtain the currently active job
.Dp
.Sh SEE ALSO
.Xr lpr 1 ,
.Xr lprm 1 ,
.Xr lpc 8 ,
.Xr lpd 8
.Sh HISTORY
.Nm Lpq
appeared in 3 BSD.
.Sh BUGS
Due to the dynamic nature of the information in the spooling directory
lpq may report unreliably.
Output formatting is sensitive to the line length of the terminal;
this can results in widely spaced columns.
.Sh DIAGNOSTICS
Unable to open various files. The lock file being malformed. Garbage
files when there is no daemon active, but files in the spooling directory.