adding docs for 'cups options'
authorGerald Carter <jerry@samba.org>
Wed, 28 Apr 2004 19:44:56 +0000 (19:44 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:45:49 +0000 (08:45 -0500)
docs/smbdotconf/printing/cupsoptions.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/printing/cupsoptions.xml b/docs/smbdotconf/printing/cupsoptions.xml
new file mode 100644 (file)
index 0000000..5c829f8
--- /dev/null
@@ -0,0 +1,19 @@
+<samba:parameter name="cups options"
+                 context="S"
+                type="string"
+                print="1"
+                 xmlns:samba="http://samba.org/common">
+<description>
+    <para>This parameter is only applicable if <link 
+    linkend="PRINTING"><parameter moreinfo="none">printing</parameter></link> is 
+    set to <constant>cups</constant>.  Its value is a free form string of options
+    passed directly to the cups library.  Frequently this is used to enable
+    raw printing for a queue without enabling the feature system wide in 
+    <filename>cupsd.conf</filename>.  
+    </para>
+
+    <value type="default">""</value>
+    <value type="example">"raw"</value>
+
+</description>
+</samba:parameter>