LP.4
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. LP(4)                     Minix Programmer's Manual                      LP(4)
  2. NAME
  3.      lp - line printer
  4. DESCRIPTION
  5.      The lp device refers to the line printer attached to the  parallel  port.
  6.      Any  byte  written  to this device is printed.  Only one process may have
  7.      the device open.
  8.      The write (2) call may return with a smaller count  then  the  number  of
  9.      bytes  requested  to  write.   The next write call is then likely to fail
  10.      with the error code EAGAIN if the printer is out of paper, or EIO if  the
  11.      printer is turned off.
  12. FILES
  13.      /dev/lp   Parallel port device.
  14. SEE ALSO
  15.      lp(1).
  16. BUGS
  17.      Only one parallel port is supported.
  18. AUTHOR
  19.      Kees J. Bot (kjb@cs.vu.nl)
  20.                                                                              1