diff --git a/docs-xml/manpages/vfs_gpfs.8.xml b/docs-xml/manpages/vfs_gpfs.8.xml
index fb1f5bb2237..d32a0db0fc9 100644
--- a/docs-xml/manpages/vfs_gpfs.8.xml
+++ b/docs-xml/manpages/vfs_gpfs.8.xml
@@ -372,8 +372,8 @@
Following is the behaviour of Samba for different values :
dontcare (default) - copy the ACEs as they come
- reject - stop operation and exit with error on ACL set op
- ignore - don't include the second matching ACE
+ reject (deprecated) - stop operation and exit with error on ACL set op
+ ignore (deprecated) - don't include the second matching ACE
merge - bitwise OR the 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE
diff --git a/docs-xml/manpages/vfs_zfsacl.8.xml b/docs-xml/manpages/vfs_zfsacl.8.xml
index ff6fbaacf2b..56d1d06cce1 100644
--- a/docs-xml/manpages/vfs_zfsacl.8.xml
+++ b/docs-xml/manpages/vfs_zfsacl.8.xml
@@ -100,8 +100,8 @@
Following is the behaviour of Samba for different values :
dontcare (default) - copy the ACEs as they come
- reject - stop operation and exit with error on ACL set op
- ignore - don't include the second matching ACE
+ reject (deprecated) - stop operation and exit with error on ACL set op
+ ignore (deprecated) - don't include the second matching ACE
merge - bitwise OR the 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE