diff --git a/CHANGES b/CHANGES index 8befeffa7d8128af167df64dd893c9f401d3d639..3594871f591de9d4b2f1232d02865588d53b60cc 100644 --- a/CHANGES +++ b/CHANGES @@ -61,6 +61,7 @@ OpenLDAP 2.4.17 Engineering ldapsearch(1) output format description (ITS#6146) ldapurl(1) note -e option (ITS#6107) ldapwhoami(1) note -e option (ITS#6107) + ldap_result(3) Add RETURN VALUE heading (ITS#6180) ldap.conf(5) improve sizelimit/timelimit limits (ITS#6127) slapd.conf(5) pidfile/argsfile description fix (ITS#5975) slapd-config(5) pidfile/argsfile description fix (ITS#5975) diff --git a/doc/man/man3/ldap_result.3 b/doc/man/man3/ldap_result.3 index b2866cdbd32bc610fcf87c16f8efb2e2a85d984a..af572bb5fa310a251758c5b340d99e43bb3242eb 100644 --- a/doc/man/man3/ldap_result.3 +++ b/doc/man/man3/ldap_result.3 @@ -73,7 +73,7 @@ If it's set to 1, the search response will only be returned in its entirety, i.e., after all entries, all references, all extended partial responses, and the final search result have been received. -.LP +.SH RETURN VALUE Upon success, the type of the result received is returned and the \fIresult\fP parameter will contain the result of the operation; otherwise, the \fIresult\fP parameter is undefined. This