]> git.sur5r.net Git - openldap/commitdiff
Additional cleanup
authorKurt Zeilenga <kurt@openldap.org>
Tue, 13 Jun 2006 23:09:33 +0000 (23:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 13 Jun 2006 23:09:33 +0000 (23:09 +0000)
doc/man/man3/ldap_abandon.3

index 1c9bb140100d4563cd703bf6a5c96ae7e57a0d7d..6723c2759c40ecf669bc01595df7903e82d30134 100644 (file)
@@ -17,7 +17,7 @@ OpenLDAP LDAP (libldap, -lldap)
 .SH DESCRIPTION
 The
 .B ldap_abandon_ext()
-routine is used to abandon or cancel an LDAP
+routine is used to send a abandon request for an LDAP
 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),
@@ -27,7 +27,7 @@ etc.
 .BR ldap_abandon_ext ()
 checks to see if the result of the operation has already come in.  If it
 has, it deletes it from the queue of pending messages.  If not,
-it sends an LDAP abandon operation to the the LDAP server.
+it sends an LDAP abandon request to the LDAP server.
 .LP
 The caller can expect that the result of an abandoned operation
 will not be returned from a future call to