summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/printing/lppausecommand.xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-09 14:22:06 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-01-28 17:26:40 +1300
commit92b0344e6847af6d8fda3e63f1d6c8e34d74da6f (patch)
tree4e4be290ce0f745ac50095247b45d17320d2bca2 /docs-xml/smbdotconf/printing/lppausecommand.xml
parentb9678e5b0f78c996c03c046688fb0f7087d06692 (diff)
downloadsamba-92b0344e6847af6d8fda3e63f1d6c8e34d74da6f.tar.gz
docs: explain where the defaults for these printing parameters comes from
The use of <comment> allows the XML parser in the tests to skip the descriptive text. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/printing/lppausecommand.xml')
-rw-r--r--docs-xml/smbdotconf/printing/lppausecommand.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs-xml/smbdotconf/printing/lppausecommand.xml b/docs-xml/smbdotconf/printing/lppausecommand.xml
index 0bb66226f2d..a165375e042 100644
--- a/docs-xml/smbdotconf/printing/lppausecommand.xml
+++ b/docs-xml/smbdotconf/printing/lppausecommand.xml
@@ -24,16 +24,19 @@
<para>Note that it is good practice to include the absolute path
in the lppause command as the PATH may not be available to the server.</para>
-</description>
-
-<related>printing</related>
-<value type="default"><comment>Currently no default value is given to
+ <para>Currently no default value is given to
this string, unless the value of the <smbconfoption name="printing"/>
parameter is <constant>SYSV</constant>, in which case the default is :
<command moreinfo="none">lp -i %p-%j -H hold</command> or if the value of the
<parameter moreinfo="none">printing</parameter> parameter is
<constant>SOFTQ</constant>, then the default is:
- <command moreinfo="none">qstat -s -j%j -h</command>. </comment></value>
+ <command moreinfo="none">qstat -s -j%j -h</command>. </para>
+
+</description>
+
+<related>printing</related>
+
+<value type="default"><comment>determined by printing parameter</comment></value>
<value type="example">/usr/bin/lpalt %p-%j -p0</value>
</samba:parameter>