lp.4

来自「Unix操作系统minix 2.0源码」· 4 代码 · 共 60 行

4
60
字号


LP(4)                     Minix Programmer's Manual                      LP(4)


NAME
     lp - line printer

DESCRIPTION
     The 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.

     The 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 EAGAIN if the printer is out of paper, or EIO if  the
     printer is turned off.

FILES

     /dev/lp   Parallel port device.

SEE ALSO
     lp(1).

BUGS
     Only one parallel port is supported.

AUTHOR
     Kees J. Bot (kjb@cs.vu.nl)



























                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?