From: Christof Schmitt Date: Thu, 30 Aug 2012 22:42:51 +0000 (-0700) Subject: s3:doc Fix name of timeout parameter in documentation X-Git-Tag: samba-4.0.0rc1~299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dfd179638a821e83a18476dc607fe34e7e5ec57;p=thirdparty%2Fsamba.git 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 --- diff --git a/docs-xml/manpages-3/vfs_time_audit.8.xml b/docs-xml/manpages-3/vfs_time_audit.8.xml index fc71e283ada..d79acc8600c 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 @@ The time_audit VFS module logs system calls that take longer than the number of milliseconds defined by the variable - time_audit:audit_timeout. It will log the calls and + time_audit:timeout. It will log the calls and the time spent in it. @@ -51,7 +51,7 @@ - time_audit:audit_timeout = number of milliseconds + time_audit:timeout = number of milliseconds VFS calls that take longer than the defined number of milliseconds that should be logged. The default is 10000 (10s). @@ -74,7 +74,7 @@ /test/sample_share time_audit - 3000 + 3000