Skip to content
Snippets Groups Projects
Commit 34b9fc1a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Another fix

parent 6d3ef7eb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment