Manpages

NAME

printcap - 打 印 機 相 容 性 數 據 庫

總 覽 SYNOPSIS

printcap

描 述 DESCRIPTION

Printcaptermcap(5) 的 簡 單 版 , 用 來 描 述 line printers. 當 用 到 spool 系 統 時 , 一 定 會 去 參 考 printcap 這 個 檔 . 允 許 動 態 地 加 入 及 刪 除 印 表 機 . 在 這 資 料 庫 中 的 每 一 段 敘 述 代 表 一 臺 印 表 機 . This data base may not be substituted for, as is possible for termcap, because it may allow accounting to be bypassed. 預 設 的 印 表 機 是 lp, 雖 然 環 境 變 數 PRINTER 可 能 優 於 (override)此 . 每 一 個 用 到 spool 的 軟 體 都 支 援 -p 的 選 項 , 用 以 選 擇 印 表 機 . 如 果 想 知 道 如 何 為 一 臺 印 表 機 設 定 資 料 的 討 論 , 請 參 照 4.3 BSD Line Printer Spooler Manual.

相 容 性 CAPABILITIES

根 據 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) 守 護 進 程 將 創 造 出 一 個 過 濾 的 管 線 (pipeline of filters) 來 處 理 各 個 不 同 印 表 機 的 檔 案 . 過 濾 器 將 依 照 旗 標 來 選 擇 將 何 者 送 到 lpr(1) . 管 線 的 設 定 值 有 :
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 這 二 個 變 數 . 所 有 的 過 濾 器 都 經 由 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.

歷 史 HISTORY

The printcap file format appeared in 4.2BSD..

[中 文 版 維 護 人 ]

中 原 資 管 森 林 站 <u8313115 [AT] mis.tw>

[中 文 版 最 新 更 新 ]

1997.01.01

《 中 國 linux論 壇 man手 冊 翻 譯 計 劃 》 :

http://cmpp.linuxforum.net

本 頁 面 中 文 版 由 中 文 man 手 冊 頁 計 劃 提 供 。 中 文 man 手 冊 頁 計 劃 : https://github.com/man-pages-zh/manpages-zh