mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Another fix
This commit is contained in:
parent
6d3ef7ebec
commit
34b9fc1a3c
@ -17,7 +17,7 @@ OpenLDAP LDAP (libldap, -lldap)
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The
|
The
|
||||||
.B ldap_abandon_ext()
|
.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
|
operation in progress. The \fImsgid\fP passed should be the
|
||||||
message id of an outstanding LDAP operation, as returned by
|
message id of an outstanding LDAP operation, as returned by
|
||||||
.BR ldap_search_ext (3),
|
.BR ldap_search_ext (3),
|
||||||
@ -41,8 +41,8 @@ and
|
|||||||
parameters, respectively.
|
parameters, respectively.
|
||||||
.SH ERRORS
|
.SH ERRORS
|
||||||
.B ldap_abandon_ext()
|
.B ldap_abandon_ext()
|
||||||
directly returns an LDAP error code indicating success or failure of the
|
returns an LDAP error code indicating success or failure in sending
|
||||||
operation.
|
the Abandon request.
|
||||||
.LP
|
.LP
|
||||||
See
|
See
|
||||||
.BR ldap_error (3)
|
.BR ldap_error (3)
|
||||||
|
Loading…
Reference in New Issue
Block a user