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

Synthesized-from: 3bsd

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

diff --git a/usr/man/man1/lprm.1 b/usr/man/man1/lprm.1
new file mode 100644 (file)
index 0000000..a860e01
--- /dev/null
@@ -0,0 +1,25 @@
+.TH LPRM 1
+.UC
+.SH NAME
+lprm \- remove a file from the line printer queue
+.SH SYNOPSIS
+.B lprm
+[
+id ...
+] [
+filename ...
+] [
+owner ...
+]
+.SH DESCRIPTION
+.I Lprm
+removes an entry from the line printer queue.
+The id, filename or owner should be that reported by
+.I lpq.
+All apropriate files will be removed.
+The id of each file removed from the queue will be printed.
+.SH "SEE ALSO"
+lpr(1), lpq(1)
+.SH FILES
+/usr/spool/lpd/*
+.SH BUGS