From 3dfd179638a821e83a18476dc607fe34e7e5ec57 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Thu, 30 Aug 2012 15:42:51 -0700 Subject: [PATCH] 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 --- docs-xml/manpages-3/vfs_time_audit.8.xml | 6 +++--- 1 file 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 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 -- 2.11.4.GIT