diff options
author | Karolin Seeger <ks@samba.org> | 2008-02-06 07:57:54 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:43 -0500 |
commit | 6888cf471d13ab2cee075c03e61cd40ac3369b13 (patch) | |
tree | d45fe7ced6a7b760867b2bed4728ddc954f05179 | |
parent | af378f1b1faa1a7a1cf4a11a04607556db1d0f8f (diff) | |
download | samba-6888cf471d13ab2cee075c03e61cd40ac3369b13.tar.gz samba-6888cf471d13ab2cee075c03e61cd40ac3369b13.tar.bz2 samba-6888cf471d13ab2cee075c03e61cd40ac3369b13.zip |
Change default value for 'lpresume command' to an example as the default value depends on the printing system.
Karolin
(This used to be commit 3f06efc60117f37e87824f7c51ad588c0c06f11f)
-rw-r--r-- | docs/smbdotconf/printing/lpresumecommand.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/smbdotconf/printing/lpresumecommand.xml b/docs/smbdotconf/printing/lpresumecommand.xml index 97f556e2ca..706a999b1f 100644 --- a/docs/smbdotconf/printing/lpresumecommand.xml +++ b/docs/smbdotconf/printing/lpresumecommand.xml @@ -24,7 +24,7 @@ <para>Default: Currently no default value is given to this string, unless the value of the <parameter moreinfo="none">printing</parameter> - parameter is <constant>SYSV</constant>, in which case the default is :</para> + parameter is <constant>SYSV</constant>, in which case the default is:</para> <para><command moreinfo="none">lp -i %p-%j -H resume</command></para> @@ -34,5 +34,5 @@ <para><command moreinfo="none">qstat -s -j%j -r</command></para> </description> -<value type="default">lpresume command = /usr/bin/lpalt %p-%j -p2</value> +<value type="example">/usr/bin/lpalt %p-%j -p2</value> </samba:parameter> |