4.3BSD-Reno/share/man/cat1/lpq.0

Compare this file to the similar file:
Show the results in this format:

LPQ(1)			    UNIX Reference Manual			LPQ(1)

NNAAMMEE
     llppqq - spool queue examination program

SSYYNNOOPPSSIISS
     llppqq [--ll] [--PP_p_r_i_n_t_e_r] [job # ...] [user ...]

DDEESSCCRRIIPPTTIIOONN
     LLppqq examines the spooling area used by lpd(8) for printing files on the
     line printer, and reports the status of the specified jobs or all jobs
     associated with a user.  LLppqq invoked without any arguments reports on any
     jobs currently in the queue.

     Options:

     --PP    Specify a particular printer, otherwise the default line printer is
	   used (or the value of the 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.

     --ll    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.

     For each job submitted (i.e. invocation of lpr(1)) llppqq 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 lprm(1) for remov-
     ing a specific job), and the total size in bytes.	Job ordering is depen-
     dent 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 una-
     vailable (when lpr(1) is used as a sink in a pipeline) in which case the
     file is indicated as ``(standard input)".

     If llppqq warns that there is no daemon present (i.e. due to some malfunc-
     tion), the lpc(8) command can be used to restart the printer daemon.

EENNVVIIRROONNMMEENNTT
     If the following environment variable exists, it is used by llppqq:

     PRINTER   Specifies an alternate default printer.

FFIILLEESS
     /_u_s_r/_s_h_a_r_e/_m_i_s_c/_t_e_r_m_c_a_p   for manipulating the screen for repeated
			       display
     /_e_t_c/_p_r_i_n_t_c_a_p	       to determine printer characteristics
     /_v_a_r/_s_p_o_o_l/*	       the spooling directory, as determined from
			       printcap
     /_v_a_r/_s_p_o_o_l/*/_c_f*	       control files specifying jobs
     /_v_a_r/_s_p_o_o_l/*/_l_o_c_k	       the lock file to obtain the currently active
			       job


SSEEEE AALLSSOO
     lpr(1), lprm(1), lpc(8), lpd(8)

HHIISSTTOORRYY
     LLppqq appeared in 3 BSD.

BBUUGGSS
     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.

DDIIAAGGNNOOSSTTIICCSS
     Unable to open various files.  The lock file being malformed.  Garbage
     files when there is no daemon active, but files in the spooling directo-
     ry.