lp.4

来自「minix操作系统最新版本(3.1.1)的源代码」· 4 代码 · 共 29 行

4
29
字号
.TH LP 4.SH NAMElp \- line printer.SH DESCRIPTIONThe.B lpdevice refers to the line printer attached to the parallel port.  Any bytewritten to this device is printed.  Only one process may have the deviceopen..PPThe.B write (2)call may return with a smaller count then the number of bytes requested towrite.  The next write call is then likely to fail with the error code.B EAGAINif the printer is out of paper, or.B EIOif the printer is turned off..SH FILES.TP 10/dev/lpParallel port device..SH "SEE ALSO".BR lp (1)..SH BUGSOnly one parallel port is supported..SH AUTHORKees J. Bot (kjb@cs.vu.nl)

⌨️ 快捷键说明

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