From: Kurt Zeilenga Date: Wed, 14 Jun 2006 00:19:32 +0000 (+0000) Subject: more updates X-Git-Tag: OPENLDAP_REL_ENG_2_4_3ALPHA~9^2~116 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=19f69bbe356a072e1004faa0c15bd0c81ebeedfc;p=openldap more updates --- diff --git a/doc/man/man3/ldap_abandon.3 b/doc/man/man3/ldap_abandon.3 index bbfce85092..96137f0dc8 100644 --- a/doc/man/man3/ldap_abandon.3 +++ b/doc/man/man3/ldap_abandon.3 @@ -26,10 +26,8 @@ The .B ldap_abandon_ext() routine is used to send a LDAP Abandon request for an operation in progress. The \fImsgid\fP passed should be the -message id of an outstanding LDAP operation, as returned by -.BR ldap_search_ext (3), -.BR ldap_modify_ext (3), -etc. +message id of an outstanding LDAP operation, such as returned by +.BR ldap_search_ext (3). .LP .BR ldap_abandon_ext () checks to see if the result of the operation has already come in. If it @@ -65,8 +63,9 @@ routine. .SH SEE ALSO .BR ldap (3), +.BR ldap_error (3), .BR ldap_result (3), -.BR ldap_error (3) +.BR ldap_search_ext (3) .SH ACKNOWLEDGEMENTS .so ../Project