summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/lpr.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/lpr.1')
-rw-r--r--static/unix-v10/man1/lpr.154
1 files changed, 54 insertions, 0 deletions
diff --git a/static/unix-v10/man1/lpr.1 b/static/unix-v10/man1/lpr.1
new file mode 100644
index 00000000..ac3e644e
--- /dev/null
+++ b/static/unix-v10/man1/lpr.1
@@ -0,0 +1,54 @@
+.TH LPR 1 alice
+.CT 1 comm_dev
+.SH NAME
+lpr \(mi line printer spooler
+.SH SYNOPSIS
+.B lpr
+[
+.B -m
+]
+[
+.I name ...
+]
+.PP
+.B lp0
+[
+.I name ...
+]
+.PP
+.B lp1
+[
+.I name ...
+]
+.SH DESCRIPTION
+.I Lpr
+causes the
+named files
+to be queued and then printed off line.
+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.
+.PP
+.I Lp0
+and
+.I lp1
+direct output to particular printers.
+.SH FILES
+.TF /usr/spool/lpd/*
+.TP
+.F /usr/spool/lpd/*
+spool area
+.TP
+.F /usr/lib/lpd
+printer daemon
+.TP
+.F /usr/lib/lpfx
+filter to handle banners and underlining
+.SH SEE\ ALSO
+.IR pr (1),
+.IR thinkblt (9.1)
+.SH BUGS
+Queued jobs print in directory (seemingly random) order.