diff --git a/docs-xml/manpages/vfstest.1.xml b/docs-xml/manpages/vfstest.1.xml
index 0245b9c333a..cf6ad51583b 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.