diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-04 07:01:11 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:28 -0500 |
commit | 5cc5f7b4ea2d9f8ece59e1589020792b90927dc1 (patch) | |
tree | 162332e6f0a3601175a6da5e8b1378e442a4dd82 | |
parent | 1a3d7964208903c2b3b47d3ca7ac851674838a71 (diff) | |
download | samba-5cc5f7b4ea2d9f8ece59e1589020792b90927dc1.tar.gz samba-5cc5f7b4ea2d9f8ece59e1589020792b90927dc1.tar.bz2 samba-5cc5f7b4ea2d9f8ece59e1589020792b90927dc1.zip |
Fix doc defaults report by Tom Bork -- Thanks :-)
(This used to be commit 07638766645dbb2377cf17f5e7d66140239ed67e)
-rw-r--r-- | docs/smbdotconf/printing/defaultdevmode.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/printing/lpqcachetime.xml | 4 | ||||
-rw-r--r-- | docs/smbdotconf/printing/printcapcachetime.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/smbdotconf/printing/defaultdevmode.xml b/docs/smbdotconf/printing/defaultdevmode.xml index fba5b898bb..218ddcb356 100644 --- a/docs/smbdotconf/printing/defaultdevmode.xml +++ b/docs/smbdotconf/printing/defaultdevmode.xml @@ -34,5 +34,5 @@ </para> </description> -<value type="default">no</value> +<value type="default">yes</value> </samba:parameter> diff --git a/docs/smbdotconf/printing/lpqcachetime.xml b/docs/smbdotconf/printing/lpqcachetime.xml index 635b94345b..2ae08748ba 100644 --- a/docs/smbdotconf/printing/lpqcachetime.xml +++ b/docs/smbdotconf/printing/lpqcachetime.xml @@ -24,6 +24,6 @@ <related>printing</related> -<value type="default">10</value> -<value type="example">30</value> +<value type="default">30</value> +<value type="example">10</value> </samba:parameter> diff --git a/docs/smbdotconf/printing/printcapcachetime.xml b/docs/smbdotconf/printing/printcapcachetime.xml index 865ce4c9db..53efccddae 100644 --- a/docs/smbdotconf/printing/printcapcachetime.xml +++ b/docs/smbdotconf/printing/printcapcachetime.xml @@ -16,6 +16,6 @@ </description> -<value type="default">0</value> +<value type="default">750</value> <value type="example">600</value> </samba:parameter> |