74 lines
1.0 KiB
HTML
74 lines
1.0 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>lp(4)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>lp(4)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
lp - line printer
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
The <STRONG>lp</STRONG> 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.
|
|
|
|
The <STRONG>write</STRONG> <STRONG>(2)</STRONG> 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 <STRONG>EAGAIN</STRONG> if the printer is out of paper, or <STRONG>EIO</STRONG> if the
|
|
printer is turned off.
|
|
|
|
|
|
</PRE>
|
|
<H2>FILES</H2><PRE>
|
|
|
|
/dev/lp Parallel port device.
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<STRONG><A HREF="../man1/lp.1.html">lp(1)</A></STRONG>.
|
|
|
|
|
|
</PRE>
|
|
<H2>BUGS</H2><PRE>
|
|
Only one parallel port is supported.
|
|
|
|
|
|
</PRE>
|
|
<H2>AUTHOR</H2><PRE>
|
|
Kees J. Bot (kjb@cs.vu.nl)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|