#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:56+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man4/lp.4:27 #, no-wrap msgid "LP" msgstr "" #. type: TH #: man-pages/man4/lp.4:27 #, no-wrap msgid "1995-01-15" msgstr "" #. type: TH #: man-pages/man4/lp.4:27 #, no-wrap msgid "Linux" msgstr "" #. type: TH #: man-pages/man4/lp.4:27 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man4/lp.4:28 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:30 msgid "lp - line printer devices" msgstr "" #. type: SH #: man-pages/man4/lp.4:30 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:32 msgid "B<#include Elinux/lp.hE>" msgstr "" #. type: SH #: man-pages/man4/lp.4:32 #, no-wrap msgid "CONFIGURATION" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:43 msgid "" "B[0\\(en2] are character devices for the parallel line printers; they " "have major number 6 and minor number 0\\(en2. The minor numbers correspond " "to the printer port base addresses 0x03bc, 0x0378 and 0x0278. Usually they " "have mode 220 and are owned by root and group lp. You can use printer ports " "either with polling or with interrupts. Interrupts are recommended when " "high traffic is expected, for example, for laser printers. For usual dot " "matrix printers polling will usually be enough. The default is polling." msgstr "" #. type: SH #: man-pages/man4/lp.4:43 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:47 msgid "The following B(2) calls are supported:" msgstr "" #. type: IP #: man-pages/man4/lp.4:47 #, no-wrap msgid "BIB<, LPTIME, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:56 msgid "" "Sets the amount of time that the driver sleeps before rechecking the printer " "when the printer's buffer appears to be filled to I. If you have a " "fast printer, decrease this number; if you have a slow printer, then " "increase it. This is in hundredths of a second, the default 2 being 0.02 " "seconds. It only influences the polling driver." msgstr "" #. type: IP #: man-pages/man4/lp.4:56 #, no-wrap msgid "BIB<, LPCHAR, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:64 msgid "" "Sets the maximum number of busy-wait iterations which the polling driver " "does while waiting for the printer to get ready for receiving a character to " "I. If printing is too slow, increase this number; if the system gets " "too slow, decrease this number. The default is 1000. It only influences " "the polling driver." msgstr "" #. type: IP #: man-pages/man4/lp.4:64 #, no-wrap msgid "BIB<, LPABORT, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:70 msgid "" "If I is 0, the printer driver will retry on errors, otherwise it will " "abort. The default is 0." msgstr "" #. type: IP #: man-pages/man4/lp.4:70 #, no-wrap msgid "BIB<, LPABORTOPEN, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:77 msgid "" "If I is 0, B(2) will be aborted on error, otherwise error will " "be ignored. The default is to ignore it." msgstr "" #. type: IP #: man-pages/man4/lp.4:77 #, no-wrap msgid "BIB<, LPCAREFUL, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:83 msgid "" "If I is 0, then the out-of-paper, offline and error signals are " "required to be false on all writes, otherwise they are ignored. The default " "is to ignore them." msgstr "" #. type: IP #: man-pages/man4/lp.4:83 #, no-wrap msgid "BIB<, LPWAIT, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:94 msgid "" "Sets the number of busy waiting iterations to wait before strobing the " "printer to accept a just-written character, and the number of iterations to " "wait before turning the strobe off again, to I. The specification says " "this time should be 0.5 microseconds, but experience has shown the delay " "caused by the code is already enough. For that reason, the default value is " "0. This is used for both the polling and the interrupt driver." msgstr "" #. type: IP #: man-pages/man4/lp.4:94 #, no-wrap msgid "BIB<, LPSETIRQ, int >IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:105 msgid "" "This B(2) requires superuser privileges. It takes an I " "containing the new IRQ as argument. As a side effect, the printer will be " "reset. When I is 0, the polling driver will be used, which is also " "default." msgstr "" #. type: IP #: man-pages/man4/lp.4:105 #, no-wrap msgid "BIB<, LPGETIRQ, int *>IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:108 msgid "Stores the currently used IRQ in I." msgstr "" #. type: IP #: man-pages/man4/lp.4:108 #, no-wrap msgid "BIB<, LPGETSTATUS, int *>IB<)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:112 msgid "" "Stores the value of the status port in I. The bits have the following " "meaning:" msgstr "" #. type: tbl table #: man-pages/man4/lp.4:114 #, no-wrap msgid "LP_PBUSY inverted busy input, active high\n" msgstr "" #. type: tbl table #: man-pages/man4/lp.4:115 #, no-wrap msgid "LP_PACK unchanged acknowledge input, active low\n" msgstr "" #. type: tbl table #: man-pages/man4/lp.4:116 #, no-wrap msgid "LP_POUTPA unchanged out-of-paper input, active high\n" msgstr "" #. type: tbl table #: man-pages/man4/lp.4:117 #, no-wrap msgid "LP_PSELECD unchanged selected input, active high\n" msgstr "" #. type: tbl table #: man-pages/man4/lp.4:118 #, no-wrap msgid "LP_PERRORP unchanged error input, active low\n" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:123 msgid "" "Refer to your printer manual for the meaning of the signals. Note that " "undocumented bits may also be set, depending on your printer." msgstr "" #. type: IP #: man-pages/man4/lp.4:123 #, no-wrap msgid "BIB<, LPRESET)>" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:126 msgid "Resets the printer. No argument is used." msgstr "" #. type: SH #: man-pages/man4/lp.4:126 #, no-wrap msgid "FILES" msgstr "" #. .SH AUTHORS #. The printer driver was originally written by Jim Weigand and Linus #. Torvalds. #. It was further improved by Michael K.\& Johnson. #. The interrupt code was written by Nigel Gamble. #. Alan Cox modularized it. #. LPCAREFUL, LPABORT, LPGETSTATUS were added by Chris Metcalf. #. type: Plain text #: man-pages/man4/lp.4:135 msgid "/dev/lp*" msgstr "" #. type: SH #: man-pages/man4/lp.4:135 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:141 msgid "B(1), B(1), B(1), B(8), B(8)" msgstr "" #. type: SH #: man-pages/man4/lp.4:141 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man4/lp.4:149 msgid "" "This page is part of release 3.70 of the Linux I project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%http://www.kernel.org/doc/man-pages/" "." msgstr ""