forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlp.4
More file actions
28 lines (28 loc) · 624 Bytes
/
Copy pathlp.4
File metadata and controls
28 lines (28 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.TH LP 4
.SH NAME
lp \- line printer
.SH DESCRIPTION
The
.B lp
device refers to the line printer attached to the parallel port. Any byte
written to this device is printed. Only one process may have the device
open.
.PP
The
.B write (2)
call may return with a smaller count then the number of bytes requested to
write. The next write call is then likely to fail with the error code
.B EAGAIN
if the printer is out of paper, or
.B EIO
if the printer is turned off.
.SH FILES
.TP 10
/dev/lp
Parallel port device.
.SH "SEE ALSO"
.BR lp (1).
.SH BUGS
Only one parallel port is supported.
.SH AUTHOR
Kees J. Bot (kjb@cs.vu.nl)