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

⟦b565ca336⟧ TextFile

    Length: 1170 (0x492)
    Types: TextFile
    Notes: UNIX file
    Names: »lp.4«

Derivation

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

TextFile

.ig
	@(#)lp.4	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH LP 4
.SH NAME
lp \- line printer
.SH SYNOPSIS
device lp vector lpintr
.SH DESCRIPTION
.I Lp
provides the interface to any of the standard
Centronix line printers.
When it is opened or closed, a suitable number
of page ejects is generated.
Bytes written are printed.
.PP
The unit number of the printer is specified by the minor device
after removing the low 3 bits, which act as per-device parameters.
Currently only the lowest of the low three bits is interpreted:
if it is set, the device is treated as having a 64-character set,
rather than a full 96-character set.
In the resulting half-ASCII mode, lower case letters are turned
into upper case and certain characters are escaped according to
the following table:
.PP
.br
.ns
.TP 10
{
\o"-("
.br
.ns
.TP 10
}
\o"-)"
.br
.ns
.TP 10
\`
\o"-\'"
.br
.ns
.TP 10
|
\o"\-!"
.br
.ns
.TP 10
~
\o"\-^"
..
.PP
The driver correctly interprets
carriage returns, backspaces, tabs, and form feeds.
Lines longer than 132 characters are truncated
(This is a parameter in the driver).
.SH FILES
/dev/lp
.SH "SEE ALSO"
lpr(1)
.SH DIAGNOSTICS
None.