summaryrefslogtreecommitdiff
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2013-05-15 13:34:33 +0200
committerBjoern Jacke <bj@sernet.de>2013-05-17 16:10:23 +0200
commit2314f47cd4c9a1815da02394f7ed00819f6c2c66 (patch)
tree0dfdcd14ece75c4debfb3a7be5b8dc42e6da9cc7 /docs-xml/manpages
parent1a7e181fb84757e1aa189310fee272d85f1c3bd5 (diff)
downloadsamba-2314f47cd4c9a1815da02394f7ed00819f6c2c66.tar.gz
samba-2314f47cd4c9a1815da02394f7ed00819f6c2c66.tar.bz2
samba-2314f47cd4c9a1815da02394f7ed00819f6c2c66.zip
doc: some fixes for vfs_full_audit man page
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-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>