BSD 3 development
[unix-history] / usr / man / man1 / lpr.1
index bd5956b..292f3fd 100644 (file)
@@ -1,50 +1,31 @@
-.TH LPR 1 
+.TH LPR 1
+.UC
 .SH NAME
 .SH NAME
-lpr, vpr \- line printer spooler
+lpr \- line printer spooler
 .SH SYNOPSIS
 .B lpr
 .SH SYNOPSIS
 .B lpr
-[ option ] ... [ file ] ...
-.br
-.B vpr
 [
 [
-.B \-b
-banner ] [ file ] ...
+.B \-m
+] [ name ... ]
 .SH DESCRIPTION
 .I Lpr 
 causes the
 .SH DESCRIPTION
 .I Lpr 
 causes the
-.I files
-to be queued for printing on a line printer.
+named files
+to be queued for printing.
 If no files are named, the standard input is read.
 If no files are named, the standard input is read.
-The following options are available:
-.TP
-.B \-r
-Remove the file when it has been queued.
-.TP
-.B \-c
-Copy the file to insulate against changes
-that may happen before printing.
-.TP
+The option
 .B \-m
 .B \-m
-Report by
+causes notification via
 .IR mail (1)
 .IR mail (1)
-when printing is complete.
-.TP
-.B \-n
-Do not report by mail.
-This is the default option.
-.PP
-.I Vpr
-is the program used by
-.I lpr
-when the online printer is a Versatec machine
-to insert an identifying
-.I banner
-before the output, strip overstrikes,
-and, where possible, remove blank lines to make
-66-line pages fit on 64 lines.
+to be sent when the job completes.
 .SH FILES
 .SH FILES
-/usr/lpd/* spool area
+.ta 2i
+/usr/spool/lpd/*       spool area
+.br
+/usr/lib/lpd   printer daemon
 .br
 .br
-/usr/bin/vpr for Versatec printer.
-.SH SEE ALSO
-opr(1), lpd(8)
+/usr/lib/lpf   filter to handle banners and underlining
+.SH "SEE ALSO"
+lpq(1), lprm(1)
+.SH BUGS
+Queued jobs print in directory (seemingly random) order.