summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarolin Seeger <ks@samba.org>2008-04-07 15:10:14 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:45 -0500
commit2f35677db6b453ac67ee75523321fcea50918cb7 (patch)
tree4e8cc0ab3f88b191bdf490460ac429de42872792 /docs
parent5166145a577321cf627b2b8ed1a72f628d23f157 (diff)
downloadsamba-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)
Diffstat (limited to 'docs')
-rw-r--r--docs/smbdotconf/printing/cupsoptions.xml5
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>