From 2f35677db6b453ac67ee75523321fcea50918cb7 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 7 Apr 2008 15:10:14 +0000 Subject: Correct description of cups options. Patch from Björn Jacke . (This used to be commit d415df59b3084d1463dbc3b8079cb3c9323b3304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/smbdotconf/printing/cupsoptions.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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. @@ -28,5 +31,5 @@ "" -"raw,media=a4,job-sheets=secret,secret" +"raw media=a4" -- cgit