source: trunk/minix/man/man4/lp.4@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 624 bytes
Line 
1.TH LP 4
2.SH NAME
3lp \- line printer
4.SH DESCRIPTION
5The
6.B lp
7device refers to the line printer attached to the parallel port. Any byte
8written to this device is printed. Only one process may have the device
9open.
10.PP
11The
12.B write (2)
13call may return with a smaller count then the number of bytes requested to
14write. The next write call is then likely to fail with the error code
15.B EAGAIN
16if the printer is out of paper, or
17.B EIO
18if the printer is turned off.
19.SH FILES
20.TP 10
21/dev/lp
22Parallel port device.
23.SH "SEE ALSO"
24.BR lp (1).
25.SH BUGS
26Only one parallel port is supported.
27.SH AUTHOR
28Kees J. Bot (kjb@cs.vu.nl)
Note: See TracBrowser for help on using the repository browser.