成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

printcap 中文man頁面

系統(tǒng)
Printcap 是 termcap(5) 的簡單版, 用來描述 line printers. 當用到 spool 系統(tǒng)時, 一定會去參考 printcap 這個檔. 允許動態(tài)地加入及刪除印表機. 在這資料庫中的每一段敘述代表一臺印表機. This data base may not be substituted for, as is possible for termcap, because it may allow accounting to be bypassed.

NAME

printcap - 打印機相容性數(shù)據(jù)庫  

總覽 SYNOPSIS

printcap  

描述 DESCRIPTION

Printcap termcap(5) 的簡單版, 用來描述 line printers. 當用到 spool 系統(tǒng)時, 一定會去參考 printcap 這個檔. 允許動態(tài)地加入及刪除印表機. 在這資料庫中的每一段敘述代表一臺印表機. This data base may not be substituted for, as is possible for termcap, because it may allow accounting to be bypassed.

預(yù)設(shè)的印表機是 lp, 雖然環(huán)境變數(shù) PRINTER 可能優(yōu)於(override)此. 每一個用到 spool 的軟體都支援 -p 的選項, 用以選擇印表機. 如果想知道如何為一臺印表機設(shè)定資料的討論, 請參照 4.3 BSD Line Printer Spooler Manual.  

相容性 CAPABILITIES

根據(jù) termcap(5) 對檔案輸出的描述.

     Name       Type      Description
     af         str       NULL                   name of accounting file
     br         num       none                   if lp is a tty, set the baud
                                                 rate (ioctl(2) call)
     cf         str       NULL                   cifplot data filter
     df         str       NULL                   tex data filter (DVI format)
     fc         num       0                      if lp is a tty, clear flag 
                                                 bits (sgtty.h)
     ff         str       `                   string to send for a form
                                                 feed
     fo         bool      false                  print a form feed when 
                                                 device is opened
     fs         num       0                      like `fc' but set bits
     gf         str       NULL                   graph data filter (plot(3) 
                                                 format)
     hl         bool      false                  print the burst header page
                                                 last
     ic         bool      false                  driver supports(non standard)
                                                 ioctl to indent printout
     if         str       NULL                   name of text filter which 
                                                 does accounting
     lf         str       /dev/console           error logging file name
     lo         str       lock                   name of lock file
     lp         str       /dev/lp                device name to open for 
                                                 output
     mx         num       1000                   maximum file size (in BUFSIZ
                                                 blocks), zero = unlimited
     nd         str       NULL                   next directory for list of
                                                 queues (unimplemented)
     nf         str       NULL                   ditroff data filter (device
                                                 independent troff)
     of         str       NULL                   name of output filtering
                                                 program
     pc         num       200                    price per foot or page in
                                                 hundredths of cents
     pl         num       66                     page length (in lines)
     pw         num       132                    page width (in characters)
     px         num       0                      page width in pixels
                                                 (horizontal)
     py         num       0                      page length in pixels 
                                                 (vertical)
     rf         str       NULL                   filter for printing FORTRAN
                                                 style text files
     rg         str       NULL                   restricted group. Only
                                              members of group allowed access
     rm         str       NULL                   machine name for remote
                                                 printer
     rp         str       ``lp''                 remote printer name argument
     rs         bool      false                  restrict remote users to
                                                 those with local accounts
     rw         bool      false                  open the printer device for
                                                 reading and writing
     sb         bool      false                  short banner (one line only)
     sc         bool      false                  suppress multiple copies
     sd         str       /var/spool/lpd         spool directory
     sf         bool      false                  suppress form feeds
     sh         bool      false                  suppress printing of burst
                                                 page header
     st         str       status                 status file name
     tf         str       NULL                   troff data filter (cat
                                                 phototypesetter)
     tr         str       NULL                   trailer string to print when
                                                 queue empties
     vf         str       NULL                   raster image filter

如果本地端印表機(local line printer) driver 支援 indentation 的話, daemon 將知道如何去用它.  

過濾器 FILTERS

lpd(8) 守護進程將創(chuàng)造出一個過濾的管線 (pipeline of filters) 來處理各個不同印表機的檔案. 過濾器將依照旗標來選擇將何者送到 lpr(1) . 管線的設(shè)定值有:

           p            pr | if regular text + pr(1)
           none         If         regular text
           c            cf         cifplot
           d            df         DVI (tex)
           g            gf         plot(3)
           n            nf         ditroff
           f            rf         Fortran
           t            tf         troff
           v            vf         raster image

if 過濾器的用法是:
           if [-c] -wwidth -llength -iindent -n login -h host acct-file

-c 這個旗標只有在 -l 旗標有列在 lpr 中時才可忽略. width 和 length 定義了 page 的長和寬 (from pw and pl respectively). -n 和 -h 可指定列印工作擁有者的 login name 和 host name. Acct-file 將忽略 printcap 中的描述.

If no if is specified, of is used instead, with the distinction that of is opened only once, while if is opened for every individual job. Thus, if is better suited to performing accounting. The of is only given the width and length flags.

其它過濾器的呼叫用法如下:
           filter -xwidth -ylength -n login -h host acct-file

如果要用 pixels 為單位來定長寬的話, 用 px 和 py 這二個變數(shù). 所有的過濾器都經(jīng)由 stdin 輸入檔案, stdout 輸出到印表機, 用 stderr 或 syslog(3) 來記錄(log), 而且不會忽略 SIGINT.  

日志 LOGGING

Error messages generated by the line printer programs themselves (that is, the lp* programs) are logged by syslog(3) using the LPR facility. Messages printed on stderr of one of the filters are sent to the corre- sponding lf file. The filters may, of course, use syslog themselves.

Error messages sent to the console have a carriage return and a line feed appended to them, rather than just a line feed.  

參見 SEE ALSO

termcap(5), lpc(8), lpd(8), pac(8), lpr(1), lpq(1), lprm(1)
4.3 BSD Line Printer Spooler Manual.  

責任編輯:韓亞珊 來源: CMPP.net
相關(guān)推薦

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-11 15:03:21

ACCESS中文man

2011-08-11 15:28:43

ali中文man

2011-08-11 16:31:49

biff中文man

2011-08-11 17:16:43

cce中文man

2011-08-11 18:05:04

chvt中文man

2011-08-11 18:13:07

clear中文man

2011-08-12 09:13:02

df中文man

2011-08-12 09:38:06

dircolors中文man

2011-08-12 09:44:37

dirname中文man

2011-08-12 10:20:02

echo中文man

2011-08-12 10:25:55

eject中文man

2011-08-12 11:07:19

git中文man

2011-08-12 13:18:19

head中文man

2011-08-12 13:49:23

hostid中文man

2011-08-12 13:54:46

hostname中文man

2011-08-12 14:53:56

kill中文man
點贊
收藏

51CTO技術(shù)棧公眾號

主站蜘蛛池模板: 91精品国产综合久久久久久丝袜 | 请别相信他免费喜剧电影在线观看 | 精品欧美一区二区三区久久久 | 日韩欧美在线观看 | 日韩欧美中文字幕在线观看 | 久久亚洲欧美日韩精品专区 | 1区2区视频 | 91视频大全 | 自拍偷拍亚洲欧美 | 国产一区二区久久久 | 欧美一区二区三区 | 成人午夜激情 | 国内久久精品 | 日韩视频专区 | 国产精品视频www | 国产乱码精品一区二区三区中文 | 日韩一二区 | 天堂成人av | 黄色小视频大全 | 最近免费日本视频在线 | 国产一区欧美 | 在线久草 | 一本在线 | 国产成人一区在线 | 国产午夜精品一区二区三区嫩草 | 成人在线精品 | 国产欧美一区二区三区在线看蜜臀 | 日韩亚洲欧美综合 | 操亚洲| 日韩一区在线观看视频 | 精品1区 | 国产精品毛片一区二区三区 | 精品国产乱码久久久久久图片 | 国产不卡一 | 97精品超碰一区二区三区 | av影音资源 | 欧美日韩精品一区二区三区视频 | 中文字幕a√ | 日皮视频免费 | 国产精品视频久久 | 99久久精品一区二区毛片吞精 |