1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Minor lpd.conf manpage fixes to stop man complaining
Author: Craig Small <csmall@debian.org>
Last-Update: 2011-02-28
--- a/man/lpd.conf.n
+++ b/man/lpd.conf.n
@@ -481,7 +481,7 @@
originate from ports in the range 721-731.
.TP
\fBpass_env\fR
-(default: "LANG,LC_CTYPE,LC_NUMERIC,LC_TIME,LC_COLLATE,LC_MONETARY,LC_MESSAGES,LC_PAPER,LC_NAME,LC_ADDRESS,LC_TELEPHONE,LC_MEASUREMENT,LC_IDENTIFICATION,LC_ALL")
+(default: "LANG,LC_CTYPE,LC_NUMERIC,LC_TIME,LC_COLLATE,LC_MONETARY, LC_MESSAGES,LC_PAPER,LC_NAME,LC_ADDRESS,LC_TELEPHONE,LC_MEASUREMENT, LC_IDENTIFICATION,LC_ALL")
Client programs such as LPR, LPC, etc., will pass these
environment variables to any filter programs they start.
.TP
@@ -505,7 +505,7 @@
See PRINTCAP LOOKUP for details.
.TP
\fBperms_path\fR
-(default: /etc/lpd.perms:/usr/etc/lpd.perms:/var/spool/lpd/lpd.perms.%h)
+(default: /etc/lpd.perms:/usr/etc/lpd.perms: /var/spool/lpd/lpd.perms.%h)
The location of the printer permissions database.
If a file or filter does not exist, it is skipped.
The first file or filter that exists and is readable will be used.
|