diff --git a/reference/ldap/functions/ldap-sort.xml b/reference/ldap/functions/ldap-sort.xml
index 539af8000f..9d2e7b4984 100644
--- a/reference/ldap/functions/ldap-sort.xml
+++ b/reference/ldap/functions/ldap-sort.xml
@@ -14,9 +14,72 @@
resourceresult
stringsortfilter
- &warn.undocumented.func;
+
+ Sort the result of a LDAP search, returned by
+ ldap_search.
+
+
+ &reftitle.parameters;
+
+
+
+ link
+
+
+ An LDAP link identifier, returned by ldap_connect.
+
+
+
+
+ result
+
+
+ An search result identifier, returned by
+ ldap_search.
+
+
+
+
+ sortfilter
+
+
+ The attribute to use as a key in the sort.
+
+
+
+
+
+
+
+
+ &reftitle.examples;
+
+ Sorting the the result of a search.
+
+ LDAP sort
+
+
+
+
+
+