Deleted Added
full compact
lpq.1 (79537) lpq.1 (95127)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)lpq.1 8.2 (Berkeley) 4/28/95
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)lpq.1 8.2 (Berkeley) 4/28/95
33.\" $FreeBSD: head/usr.sbin/lpr/lpq/lpq.1 79537 2001-07-10 15:12:08Z ru $
33.\" $FreeBSD: head/usr.sbin/lpr/lpq/lpq.1 95127 2002-04-20 12:27:18Z charnier $
34.\"
35.Dd April 28, 1995
36.Dt LPQ 1
37.Os
38.Sh NAME
39.Nm lpq
40.Nd spool queue examination program
41.Sh SYNOPSIS
42.Nm
43.Op Fl a
44.Op Fl l
45.Op Fl P Ns Ar printer
46.Op job # ...\&
47.Op user ...\&
48.Sh DESCRIPTION
34.\"
35.Dd April 28, 1995
36.Dt LPQ 1
37.Os
38.Sh NAME
39.Nm lpq
40.Nd spool queue examination program
41.Sh SYNOPSIS
42.Nm
43.Op Fl a
44.Op Fl l
45.Op Fl P Ns Ar printer
46.Op job # ...\&
47.Op user ...\&
48.Sh DESCRIPTION
49.Nm Lpq
50examines the spooling area used by
49The
50.Nm
51utility examines the spooling area used by
51.Xr lpd 8
52for printing files on the line printer, and reports the status of the
53specified jobs or all jobs associated with a user.
52.Xr lpd 8
53for printing files on the line printer, and reports the status of the
54specified jobs or all jobs associated with a user.
54.Nm Lpq
55invoked
55The
56.Nm
57utility invoked
56without any arguments reports on any jobs currently in the queue.
57.Pp
58Options:
59.Pp
60.Bl -tag -width indent
61.It Fl P
62Specify a particular printer, otherwise the default
63line printer is used (or the value of the

--- 54 unchanged lines hidden (view full) ---

118The lock file to obtain the currently active job.
119.El
120.Sh SEE ALSO
121.Xr lpr 1 ,
122.Xr lprm 1 ,
123.Xr lpc 8 ,
124.Xr lpd 8
125.Sh HISTORY
58without any arguments reports on any jobs currently in the queue.
59.Pp
60Options:
61.Pp
62.Bl -tag -width indent
63.It Fl P
64Specify a particular printer, otherwise the default
65line printer is used (or the value of the

--- 54 unchanged lines hidden (view full) ---

120The lock file to obtain the currently active job.
121.El
122.Sh SEE ALSO
123.Xr lpr 1 ,
124.Xr lprm 1 ,
125.Xr lpc 8 ,
126.Xr lpd 8
127.Sh HISTORY
126.Nm Lpq
127appeared in
128A
129.Nm
130utility appeared in
128.Bx 3 .
129.Sh BUGS
130Due to the dynamic nature of the information in the spooling directory
131.Nm
132may report unreliably.
133Output formatting is sensitive to the line length of the terminal;
134this can results in widely spaced columns.
135.Sh DIAGNOSTICS
136Unable to open various files. The lock file being malformed. Garbage
137files when there is no daemon active, but files in the spooling directory.
131.Bx 3 .
132.Sh BUGS
133Due to the dynamic nature of the information in the spooling directory
134.Nm
135may report unreliably.
136Output formatting is sensitive to the line length of the terminal;
137this can results in widely spaced columns.
138.Sh DIAGNOSTICS
139Unable to open various files. The lock file being malformed. Garbage
140files when there is no daemon active, but files in the spooling directory.