readme
来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 21 行
TXT
21 行
Serial communications program for PostScript printers.Runs as a single read/write process (by default). Use the -R2 optionor set splitme to TRUE (file postio.c) to get separate read and writeprocesses. Although not the default, we recommend using separate readand write processes.Sends occasional status queries (control Ts) while transmitting files.Use the -q option or set quiet (file postio.c) to TRUE to disable statusqueries.Datakit connections are supported on System V and Ninth Edition systems.The syntax (for connecting to a Datakit destination) varies. Check theSYSV and V9 versions of setupline() in file ifdef.c.Set DKHOST and DKSTREAMS to TRUE in postio.mk for streams based DKHOSTsupport. When DKSTREAMS is TRUE postio.mk uses "dknetty" as the streammodule. Settings like DKSTREAMS=dkty select a different stream moduleand may be required for full Datakit support on some systems.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?