vfs-docs: Fix the list of full_audit operations
authorVolker Lendecke <vl@samba.org>
Fri, 7 Oct 2022 07:52:19 +0000 (09:52 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 14 Oct 2022 17:58:56 +0000 (17:58 +0000)
commit6dcf8d76ccce310515ffa693fa5a2120d8b5b206
treeec0b554da5a7568100fbd11cc4abb3548d0be982
parentfbcaecab3c748feb9015b26545098117f792389f
vfs-docs: Fix the list of full_audit operations

I got this list with

modified   source3/modules/test_vfs_full_audit.c
@@ -34,6 +34,7 @@ static void test_full_audit_array(void **state)
  for (i=0; i<SMB_VFS_OP_LAST; i++) {
  assert_non_null(vfs_op_names[i].name);
  assert_int_equal(vfs_op_names[i].type, i);
+ fprintf(stderr, "%s\n", vfs_op_names[i].name);
  }
 }

which *should* be part of a script to fix

docs-xml/manpages/vfs_full_audit.8.xml

every time after a VFS change. I can't focus on the scripting right
now, so just fix it manually.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Oct 14 17:58:56 UTC 2022 on sn-devel-184
docs-xml/manpages/vfs_full_audit.8.xml