diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/lpr.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/lpr.1')
| -rw-r--r-- | static/v10/man1/lpr.1 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/static/v10/man1/lpr.1 b/static/v10/man1/lpr.1 new file mode 100644 index 00000000..ac3e644e --- /dev/null +++ b/static/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. |
