diff options
author | Christof Schmitt <christof.schmitt@us.ibm.com> | 2012-08-30 15:42:51 -0700 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-08-31 11:10:14 +0200 |
commit | 3dfd179638a821e83a18476dc607fe34e7e5ec57 (patch) | |
tree | b3a96ea90b6f5f8af384f4e8ae5ae9f6e4187a48 /docs-xml | |
parent | 424492a96358dd52b8cc48ec26b25b97ae809e57 (diff) | |
download | samba-3dfd179638a821e83a18476dc607fe34e7e5ec57.tar.gz samba-3dfd179638a821e83a18476dc607fe34e7e5ec57.tar.bz2 samba-3dfd179638a821e83a18476dc607fe34e7e5ec57.zip |
s3:doc Fix name of timeout parameter in documentation
The name is time_audit:timeout, not time_audit:audit_timeout.
Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/vfs_time_audit.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/manpages-3/vfs_time_audit.8.xml b/docs-xml/manpages-3/vfs_time_audit.8.xml index fc71e283ad..d79acc8600 100644 --- a/docs-xml/manpages-3/vfs_time_audit.8.xml +++ b/docs-xml/manpages-3/vfs_time_audit.8.xml @@ -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> |