summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs-xml/manpages/vfs_full_audit.8.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml
index 312bc25078..711bb68b35 100644
--- a/docs-xml/manpages/vfs_full_audit.8.xml
+++ b/docs-xml/manpages/vfs_full_audit.8.xml
@@ -154,24 +154,24 @@
</varlistentry>
<varlistentry>
- <term>vfs_full_audit:success = LIST</term>
+ <term>full_audit:success = LIST</term>
<listitem>
<para>LIST is a list of VFS operations that should be
recorded if they succeed. Operations are specified using
the names listed above. Operations can be unset by prefixing
- the names with "!".
+ the names with "!". The default is all operations.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>vfs_full_audit:failure = LIST</term>
+ <term>full_audit:failure = LIST</term>
<listitem>
<para>LIST is a list of VFS operations that should be
recorded if they failed. Operations are specified using
the names listed above. Operations can be unset by prefixing
- the names with "!".
+ the names with "!". The default is all operations.
</para>
</listitem>