diff options
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/printing/cupstimeout.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/printing/cupstimeout.xml b/docs-xml/smbdotconf/printing/cupstimeout.xml new file mode 100644 index 0000000000..727ccce67b --- /dev/null +++ b/docs-xml/smbdotconf/printing/cupstimeout.xml @@ -0,0 +1,17 @@ +<samba:parameter name="cups timeout" + context="G" + type="integer" + print="1" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + +<description> + <para> + This parameter determines the timeout for connections to a CUPS server + in seconds. + </para> +</description> + +<value type="default">30</value> +<value type="example">cups timeout = 10</value> +</samba:parameter> |