diff options
-rw-r--r-- | docs/smbdotconf/printing/cupsoptions.xml | 19 |
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> |