summaryrefslogtreecommitdiff
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorGuenter Kukkukk <kukks@samba.org>2013-03-13 05:46:07 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-03-13 08:27:53 +0100
commit156fa6cd0add0c040288b5c9dc4390ad1abf656a (patch)
tree6c9405234e5e36389969f387548e191cc11daf09 /docs-xml/manpages
parent41edcf849a592d0d358621fdffbab82befa76e02 (diff)
downloadsamba-156fa6cd0add0c040288b5c9dc4390ad1abf656a.tar.gz
samba-156fa6cd0add0c040288b5c9dc4390ad1abf656a.tar.bz2
samba-156fa6cd0add0c040288b5c9dc4390ad1abf656a.zip
vfstest: update the manual page
many added commands were missing. The "-c" multiple command parameter option delimiter is not the colon (anymore) - the semicolon is used. Signed-off-by: Guenter Kukkukk <kukks@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Mar 13 08:27:54 CET 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/vfstest.1.xml25
1 files changed, 22 insertions, 3 deletions
diff --git a/docs-xml/manpages/vfstest.1.xml b/docs-xml/manpages/vfstest.1.xml
index 0245b9c333..cf6ad51583 100644
--- a/docs-xml/manpages/vfstest.1.xml
+++ b/docs-xml/manpages/vfstest.1.xml
@@ -47,7 +47,7 @@
<varlistentry>
<term>-c|--command=command</term>
- <listitem><para>Execute the specified (colon-separated) commands.
+ <listitem><para>Execute the specified (<constant>semicolon</constant>-separated) commands.
See below for the commands that are available.
</para> </listitem>
</varlistentry>
@@ -115,6 +115,25 @@
<listitem><para><command>link</command> - VFS link()</para></listitem>
<listitem><para><command>mknod</command> - VFS mknod()</para></listitem>
<listitem><para><command>realpath</command> - VFS realpath()</para></listitem>
+
+ <listitem><para><command>getxattr</command> - VFS getxattr()</para></listitem>
+ <listitem><para><command>listxattr</command> - VFS listxattr()</para></listitem>
+ <listitem><para><command>setxattr</command> - VFS setxattr()</para></listitem>
+ <listitem><para><command>removexattr</command> - VFS removexattr()</para></listitem>
+ <listitem><para><command>fget_nt_acl</command> - VFS fget_nt_acl()</para></listitem>
+ <listitem><para><command>get_nt_acl</command> - VFS get_nt_acl()</para></listitem>
+ <listitem><para><command>fset_nt_acl</command> - VFS fset_nt_acl()</para></listitem>
+ <listitem><para><command>set_nt_acl</command> - VFS open() and fset_nt_acl()</para></listitem>
+ <listitem><para><command>fchmod_acl</command> - VFS fchmod_acl()</para></listitem>
+ <listitem><para><command>chmod_acl</command> - VFS chmod_acl()</para></listitem>
+ <listitem><para><command>sys_acl_get_file</command> - VFS sys_acl_get_file()</para></listitem>
+ <listitem><para><command>sys_acl_get_fd</command> - VFS sys_acl_get_fd()</para></listitem>
+ <listitem><para><command>sys_acl_blob_get_file</command> - VFS sys_acl_blob_get_file()</para></listitem>
+ <listitem><para><command>sys_acl_blob_get_fd</command> - VFS sys_acl_blob_get_fd()</para></listitem>
+ <listitem><para><command>sys_acl_delete_def_file</command> - VFS sys_acl_delete_def_file()</para></listitem>
+ <listitem><para><command>test_chain</command> - test chain code</para></listitem>
+ <listitem><para><command>translate_name</command> - VFS translate_name()</para></listitem>
+
</itemizedlist>
<para><emphasis>GENERAL COMMANDS</emphasis></para>
@@ -135,7 +154,7 @@
<refsect1>
<title>VERSION</title>
- <para>This man page is correct for version 3 of the Samba
+ <para>This man page is correct for version 3 and 4 of the Samba
suite.</para>
</refsect1>
@@ -147,7 +166,7 @@
by the Samba Team as an Open Source project similar
to the way the Linux kernel is developed.</para>
- <para>The vfstest man page was written by Jelmer Vernooij.</para>
+ <para>The vfstest man page was written by Jelmer Vernooij. Updated version by Guenter Kukkukk.</para>
</refsect1>
</refentry>