diff --git a/CHANGES b/CHANGES
index 1584f4b117944e4928bbe940c54c499895893106..0f62b69917e7dfbc9a46163a5c4a2905e42590be 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,6 +48,7 @@ OpenLDAP 2.4.13 Engineering
 	Documentation
 		admin24 added olcLimits to example (ITS#5746)
 		admin24 consolidated on whitespace (ITS#5759)
+		slapo-dds(5) manageDIT to relax (ITS#5780)
 
 OpenLDAP 2.4.12 Release (2008/10/12)
 	Fixed libldap ldap_utf8_strchar arguments (ITS#5720)
diff --git a/doc/man/man5/slapo-dds.5 b/doc/man/man5/slapo-dds.5
index 9ba8b6930d9983c08e92808e668a0f1191ca4451..e37df89d3afc68af28ff016693398aef113eb100 100644
--- a/doc/man/man5/slapo-dds.5
+++ b/doc/man/man5/slapo-dds.5
@@ -155,7 +155,7 @@ overlay turns refresh extended operation into an internal modification to
 the value of the
 .B entryTtl
 attribute with the
-.B manageDIT
+.B relax
 control set.
 
 RFC 2589 recommends that anonymous clients should not be allowed to refresh
diff --git a/tests/scripts/test037-manage b/tests/scripts/test037-manage
index f1213f307744f6de90473b790209d5dada5cf60b..a8bc1a1b736489075cccdc77d2f9a528893df78e 100755
--- a/tests/scripts/test037-manage
+++ b/tests/scripts/test037-manage
@@ -17,7 +17,7 @@ echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
 if test $BACKEND = "ldif" ; then 
-	echo "LDIF backend does not support manageDIT control, test skipped"
+	echo "LDIF backend does not support relax control, test skipped"
 	exit 0
 fi