diff options
author | Karolin Seeger <ks@samba.org> | 2008-04-07 15:10:14 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:45 -0500 |
commit | 2f35677db6b453ac67ee75523321fcea50918cb7 (patch) | |
tree | 4e8cc0ab3f88b191bdf490460ac429de42872792 | |
parent | 5166145a577321cf627b2b8ed1a72f628d23f157 (diff) | |
download | samba-2f35677db6b453ac67ee75523321fcea50918cb7.tar.gz samba-2f35677db6b453ac67ee75523321fcea50918cb7.tar.bz2 samba-2f35677db6b453ac67ee75523321fcea50918cb7.zip |
Correct description of cups options. Patch from Björn Jacke <bj@sernet.de>.
(This used to be commit d415df59b3084d1463dbc3b8079cb3c9323b3304)
-rw-r--r-- | docs/smbdotconf/printing/cupsoptions.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/smbdotconf/printing/cupsoptions.xml b/docs/smbdotconf/printing/cupsoptions.xml index 180c52bf7d..616e273266 100644 --- a/docs/smbdotconf/printing/cupsoptions.xml +++ b/docs/smbdotconf/printing/cupsoptions.xml @@ -15,6 +15,9 @@ in the CUPS "Software Users' Manual"). You can also pass any printer specific option (as listed in "lpoptions -d printername -l") valid for the target queue. + Multiple parameters should be space-delimited name/value pairs according to + the PAPI text option ABNF specification. Collection values + ("name={a=... b=... c=...}") are stored with the curley brackets intact. </para> <para> @@ -28,5 +31,5 @@ </description> <value type="default">""</value> -<value type="example">"raw,media=a4,job-sheets=secret,secret"</value> +<value type="example">"raw media=a4"</value> </samba:parameter> |