summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/misc/dfreecachetime.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-12-09 03:47:05 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:14 -0500
commit46b9e7e13f71b6a0864dc59da09bd7f7a76d5fab (patch)
treec84851d792af6af7bc44123f84b869418e45755a /docs/smbdotconf/misc/dfreecachetime.xml
parent7b79b3f552484c818ecf76db2056755179880e61 (diff)
downloadsamba-46b9e7e13f71b6a0864dc59da09bd7f7a76d5fab.tar.gz
samba-46b9e7e13f71b6a0864dc59da09bd7f7a76d5fab.tar.bz2
samba-46b9e7e13f71b6a0864dc59da09bd7f7a76d5fab.zip
Reformat source files, move 'default' info into body text.
(This used to be commit f62f7a9f76a606ef3faecdd7a25803d461d6c924)
Diffstat (limited to 'docs/smbdotconf/misc/dfreecachetime.xml')
-rw-r--r--docs/smbdotconf/misc/dfreecachetime.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/smbdotconf/misc/dfreecachetime.xml b/docs/smbdotconf/misc/dfreecachetime.xml
index 4c03861cf9..2a8805e948 100644
--- a/docs/smbdotconf/misc/dfreecachetime.xml
+++ b/docs/smbdotconf/misc/dfreecachetime.xml
@@ -5,22 +5,23 @@
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para>The <parameter moreinfo="none">dfree cache time</parameter>
- should only be used on systems where a problem occurs with the
- internal disk space calculations. This has been known to happen
- with Ultrix, but may occur with other operating systems. The
- symptom that was seen was an error of &quot;Abort Retry
- Ignore&quot; at the end of each directory listing.</para>
+ <para>
+ The <parameter moreinfo="none">dfree cache time</parameter> should only be used on systems where a problem
+ occurs with the internal disk space calculations. This has been known to happen with Ultrix, but may occur
+ with other operating systems. The symptom that was seen was an error of &quot;Abort Retry Ignore&quot; at the
+ end of each directory listing.
+ </para>
+
+ <para>
+ This is a new parameter introduced in Samba version 3.0.21. It specifies in seconds the time that smbd will
+ cache the output of a disk free query. If set to zero (the default) no caching is done. This allows a heavily
+ loaded server to prevent rapid spawning of <smbconfoption name="dfree command"/> scripts increasing the load.
+ </para>
- <para>This is a new parameter introduced in Samba version 3.0.21.
- It specifies in seconds the time that smbd will cache the output
- of a disk free query. If set to zero (the default) no caching is
- done. This allows a heavily loaded server to prevent rapid spawning
- of <smbconfoption name="dfree command"/> scripts increasing the load.
+ <para>
+ By default this parameter is zero, meaning no caching will be done.
</para>
</description>
-<value type="default"><comment>By default this parameter is zero, meaning no caching
- will be done.</comment></value>
<value type="example">dfree cache time = 60</value>
</samba:parameter>