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

index 6723c2759c40ecf669bc01595df7903e82d30134..06fbcef994837db33da1a688daf3f777e3b92cf3 100644 (file)
@@ -17,7 +17,7 @@ OpenLDAP LDAP (libldap, -lldap)
 .SH DESCRIPTION
 The
 .B ldap_abandon_ext()
-routine is used to send a abandon request for an LDAP
+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),
@@ -41,8 +41,8 @@ and
 parameters, respectively.
 .SH ERRORS
 .B ldap_abandon_ext()
-directly returns an LDAP error code indicating success or failure of the
-operation.
+returns an LDAP error code indicating success or failure in sending
+the Abandon request.
 .LP
 See
 .BR ldap_error (3)