From 19f69bbe356a072e1004faa0c15bd0c81ebeedfc Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 14 Jun 2006 00:19:32 +0000 Subject: [PATCH] more updates --- doc/man/man3/ldap_abandon.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.5