From 156fa6cd0add0c040288b5c9dc4390ad1abf656a Mon Sep 17 00:00:00 2001 From: Guenter Kukkukk Date: Wed, 13 Mar 2013 05:46:07 +0100 Subject: 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 Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Mar 13 08:27:54 CET 2013 on sn-devel-104 --- docs-xml/manpages/vfstest.1.xml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'docs-xml') 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 @@ -c|--command=command - Execute the specified (colon-separated) commands. + Execute the specified (semicolon-separated) commands. See below for the commands that are available. @@ -115,6 +115,25 @@ link - VFS link() mknod - VFS mknod() realpath - VFS realpath() + + getxattr - VFS getxattr() + listxattr - VFS listxattr() + setxattr - VFS setxattr() + removexattr - VFS removexattr() + fget_nt_acl - VFS fget_nt_acl() + get_nt_acl - VFS get_nt_acl() + fset_nt_acl - VFS fset_nt_acl() + set_nt_acl - VFS open() and fset_nt_acl() + fchmod_acl - VFS fchmod_acl() + chmod_acl - VFS chmod_acl() + sys_acl_get_file - VFS sys_acl_get_file() + sys_acl_get_fd - VFS sys_acl_get_fd() + sys_acl_blob_get_file - VFS sys_acl_blob_get_file() + sys_acl_blob_get_fd - VFS sys_acl_blob_get_fd() + sys_acl_delete_def_file - VFS sys_acl_delete_def_file() + test_chain - test chain code + translate_name - VFS translate_name() + GENERAL COMMANDS @@ -135,7 +154,7 @@ VERSION - This man page is correct for version 3 of the Samba + This man page is correct for version 3 and 4 of the Samba suite. @@ -147,7 +166,7 @@ by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. - The vfstest man page was written by Jelmer Vernooij. + The vfstest man page was written by Jelmer Vernooij. Updated version by Guenter Kukkukk. -- cgit