DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦335dec3e0⟧ TextFile

    Length: 2011 (0x7db)
    Types: TextFile
    Notes: UNIX file
    Names: »lpr.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/lpr.1« 

TextFile

.ig
	@(#)lpr.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH LPR 1
.UC 4
.SH NAME
lpr, lprm, lpq, print \- line printer spooler
.SH SYNOPSIS
.B lpr
[
.BI \-P printerno
] [
.B \-h
] [
.B \-m
] [
.B \-s ] [name ... ]
.br
.B lprm
[[
.B \-s
][
.B \-a ]
[
id ...
] [
filename ...
] [
owner ...
]
.br
.B lpq
.br
.B print
file ...
.SH DESCRIPTION
.I Lpr
causes the
named files
to be queued for printing.
If no files are named, the standard input is read.
The
.B \-P
option may be used to force output to a specific printer
(default printerno = 1).
The option
.B \-h
suppresses the printing of the burst page.
The option
.B \-m
causes notification via
.IR mail (1)
to be sent when the job completes.
.PP
.I Lprm
removes an entry from a line printer queue. The default is to remove files
from the parallel queue, but 
.B \-s
causes the program to operate on the serial queue.
Individual files can be removed by providing an
id, filename or owner reported by
.I lpq,
while
.B \-a
will remove all of the files on the queue.  The
.I id
of each file removed from the queue will be printed.
.PP
.I Lpq
prints the serial and parallel line printer queues.
Each entry in a queue is printed showing the owner of the queue entry,
an identification number,
the size of the entry in characters,
and the file which is to be printed.
The
.I id
is useful for removing a specific entry from the printer queue using
.IR lprm (1).
.PP
.I Print
.I pr's
a copy of each named file on the line printer.
It is a one line shell script:
.PP
.DT
	pr $* | lpr
.SH FILES
.ta 2i
/etc/printcap	printer capabilities data base
.br
/usr/spool/lp	parallel printer device
.br
/usr/spool/slp	serial printer device	
.br
/usr/spool/lpd/*	parallel spool area
.br
/usr/spool/slp/*	serial spool area
.br
/usr/lib/lpd	parallel printer daemon
.br
/usr/lib/slpd	serial printer daemon
.br
/usr/lib/lpf	filter to handle banners and underlining for parallel printer
.br
/usr/lib/slpf	filter for serial printer
.SH SEE\ ALSO
pr(1)
.SH BUGS