BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 08:36:44 +0000 (00:36 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 08:36:44 +0000 (00:36 -0800)
Work on file usr/man/man1/lpq.1

Synthesized-from: 3bsd

usr/man/man1/lpq.1 [new file with mode: 0644]

diff --git a/usr/man/man1/lpq.1 b/usr/man/man1/lpq.1
new file mode 100644 (file)
index 0000000..c98bb99
--- /dev/null
@@ -0,0 +1,23 @@
+.TH LPQ 1
+.UC
+.SH NAME
+lpq \- prints the line printer queue
+.SH SYNOPSIS
+.B lpq
+.SH DESCRIPTION
+.I Lpq
+prints the line printer queue.
+Each entry in the queue is printed showing the owner of the queue entry,
+an identification number,
+the size of the entry in characters,
+and the file which is to be printed.
+The
+.I id
+is useful for removing a specific entry from the printer queue using
+.IR lprm (1).
+.SH FILES
+.DT
+/usr/spool/lpd/*       Spool area
+.SH "SEE ALSO"
+lpr(1), lprm(1)
+.SH BUGS