s3:doc Fix name of timeout parameter in documentation
authorChristof Schmitt <christof.schmitt@us.ibm.com>
Thu, 30 Aug 2012 22:42:51 +0000 (15:42 -0700)
committerChristian Ambach <ambi@samba.org>
Fri, 31 Aug 2012 09:10:14 +0000 (11:10 +0200)
The name is time_audit:timeout, not time_audit:audit_timeout.

Signed-off-by: Christian Ambach <ambi@samba.org>
docs-xml/manpages-3/vfs_time_audit.8.xml

index fc71e283ada367be5ad030dd5fee8ad72af7c995..d79acc8600c9c4dfc348f32f2265a6632784894b 100644 (file)
@@ -31,7 +31,7 @@
 
        <para>The <command>time_audit</command> VFS module logs system calls
        that take longer than the number of milliseconds defined by the variable
-       <command>time_audit:audit_timeout</command>. It will log the calls and
+       <command>time_audit:timeout</command>. It will log the calls and
        the time spent in it.
        </para>
 
@@ -51,7 +51,7 @@
 
                <varlistentry>
 
-               <term>time_audit:audit_timeout = number of milliseconds</term>
+               <term>time_audit:timeout = number of milliseconds</term>
                <listitem>
                <para>VFS calls that take longer than the defined number of milliseconds
                that should be logged. The default is 10000 (10s).
@@ -74,7 +74,7 @@
         <smbconfsection name="[sample_share]"/>
        <smbconfoption name="path">/test/sample_share</smbconfoption>
        <smbconfoption name="vfs objects">time_audit</smbconfoption>
-       <smbconfoption name="time_audit: audit_timeout">3000</smbconfoption>
+       <smbconfoption name="time_audit:timeout">3000</smbconfoption>
 </programlisting>
 </refsect1>