
klpr <options> <files>

This program sends files to LPRng- and BSD-printservers
or to raw TCP/IP print servers.
For raw TCP/IP print servers only the -S, -P and -K option
take affect.

Options
-------
-S <server>       Connect to the specified server.
		  This option is used only if there is no server
		  part contained in the printer.
		  If the printer does not contain a print server
		  host name and the -S option is not used the print
		  server name is looked up in the following places:
		  - environment variable "PRINTHOST"
		  - preference "/yalc/print-host" in the user preference scope
		  - registry entry "/print-host" in HKCU/Software/DKrause/Yalc
		  - preference "/yalc/print-host" in the system pref scope
		  - registry entry "/print-host" in HKLM/Software/DKrause/Yalc
-P <printer>      Print to the specified printer.
		  The printer may be specified as short alias, queue name,
		  queue@host or host%port.
		  If this option is omitted the printer name is looked
		  up in the following places:
		  - environment variables "NGPRINTER", "NPRINTER",
		    "LPDEST" and PRINTER,
		  - preference "/yalc/default-printer" in the
		    user preference scope
		  - registry entry "/default-printer" in
		    HKCU/Software/DKrause/Yalc
		  - preference "/yalc/default-printer" in the
		    system preference scope
		  - registry entry "/default-printer" in
		    HKLM/Software/DKrause/Yalc
		  If the short alias can not be resolved or a simple
		  queue name is given the program tries to obtain the host
		  name from the -S option or the fallbacks.
-U <user>         Print as the specified user.
		  The username can be given as simple login name
		  or as user@host.
		  Only privileged user mentioned in an "xusers" section
		  are able to use this option.
-C <class>        Class name for banner and priority.
-l                Print file literaly (as is, default).
-c                Print cifplot output file.
-d                Print dvi file.
-g                Print standard plot file.
-n                Print device independent troff output file.
-p                Use pr to format files.
-t                Print troff output file.
-r                Print raster file.
-e                Enable header page printing (suppressed by default).
-i <width>        Indent lines.
-J <job_name>     Specifiy job name for banner page.
-K <number>       Number of copies.
-m <mailaddress>  Send mail to recipient after printing.
-Q <queue_name>   Note original queue in control file.
-R <account>      Bill the named account.
		  This option can be used for LPRng print servers only.
-T <job_title>    Job title for banner page.
-V                Verbose.
-w <width>        Specify line width for pr filter.
-o <options>      Filter options.

