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

Synthesized-from: 3bsd

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

diff --git a/usr/man/man1/lpr.1 b/usr/man/man1/lpr.1
new file mode 100644 (file)
index 0000000..292f3fd
--- /dev/null
@@ -0,0 +1,31 @@
+.TH LPR 1
+.UC
+.SH NAME
+lpr \- line printer spooler
+.SH SYNOPSIS
+.B lpr
+[
+.B \-m
+] [ name ... ]
+.SH DESCRIPTION
+.I Lpr 
+causes the
+named files
+to be queued for printing.
+If no files are named, the standard input is read.
+The option
+.B \-m
+causes notification via
+.IR mail (1)
+to be sent when the job completes.
+.SH FILES
+.ta 2i
+/usr/spool/lpd/*       spool area
+.br
+/usr/lib/lpd   printer daemon
+.br
+/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.