Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
6d3ef7eb
Commit
6d3ef7eb
authored
18 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Additional cleanup
parent
e767eae9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man3/ldap_abandon.3
+2
-2
2 additions, 2 deletions
doc/man/man3/ldap_abandon.3
with
2 additions
and
2 deletions
doc/man/man3/ldap_abandon.3
+
2
−
2
View file @
6d3ef7eb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment