summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-04-28 19:44:56 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:49 -0500
commit7d983fccbe5d0781f51a750bf9dff617d0f9ad0c (patch)
treecd9dfee6faa8e3aa4c604f35229384a38f8352b4
parentdd5df9d411f5cf7eed92cd417ac620fe7d704a73 (diff)
downloadsamba-7d983fccbe5d0781f51a750bf9dff617d0f9ad0c.tar.gz
samba-7d983fccbe5d0781f51a750bf9dff617d0f9ad0c.tar.bz2
samba-7d983fccbe5d0781f51a750bf9dff617d0f9ad0c.zip
adding docs for 'cups options'
(This used to be commit fdc28ea185167ae7342b9dc4d6f752d0a5c50f70)
-rw-r--r--docs/smbdotconf/printing/cupsoptions.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/smbdotconf/printing/cupsoptions.xml b/docs/smbdotconf/printing/cupsoptions.xml
new file mode 100644
index 0000000000..5c829f8650
--- /dev/null
+++ b/docs/smbdotconf/printing/cupsoptions.xml
@@ -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>