Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
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
openldap
OpenLDAP
Commits
d4753801
Commit
d4753801
authored
18 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
do not refer to deprecated API
parent
ae710cfa
No related branches found
Branches containing commit
No related tags found
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_result.3
+3
-4
3 additions, 4 deletions
doc/man/man3/ldap_result.3
with
3 additions
and
4 deletions
doc/man/man3/ldap_result.3
+
3
−
4
View file @
d4753801
...
...
@@ -27,8 +27,8 @@ The
routine is used to wait for and return the result of
an operation previously initiated by one of the LDAP asynchronous
operation routines (e.g.,
.BR ldap_search (3),
.BR ldap_modify (3),
.BR ldap_search
_ext
(3),
.BR ldap_modify
_ext
(3),
etc.). Those routines all return -1 in case of error, and an
invocation identifier upon successful initiation of the operation. The
invocation identifier is picked by the library and is guaranteed to be
...
...
@@ -103,7 +103,7 @@ routine is used to free the memory allocated for
result(s) by
.B ldap_result()
or
.BR ldap_search_s (3)
.BR ldap_search_
ext_
s (3)
and friends.
It takes a pointer to the result or result chain to be freed and returns
the type of the last message in the chain.
...
...
@@ -126,7 +126,6 @@ and
return -1 on error.
.SH SEE ALSO
.BR ldap (3),
.BR ldap_search (3),
.BR ldap_first_message (3),
.BR select (2)
.SH ACKNOWLEDGEMENTS
...
...
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