mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
Minor cleanup
This commit is contained in:
parent
ddc6c016b0
commit
9ab1282f5d
1 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.\" Copyright 1998-2001 The OpenLDAP Foundation All Rights Reserved.
|
||||
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
|
||||
.SH NAME
|
||||
ldap_parse \- Extract referrals and controls from a reference message
|
||||
ldap_parse_reference \- Extract referrals and controls from a reference message
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
|
|
@ -22,7 +22,7 @@ call to
|
|||
.BR ldap_first_reference (3) ,
|
||||
.BR ldap_next_reference (3) ,
|
||||
.BR ldap_first_message (3) ,
|
||||
.BR ldap_next_message (3)
|
||||
.BR ldap_next_message (3) ,
|
||||
or
|
||||
.BR ldap_result (3) .
|
||||
.LP
|
||||
|
|
@ -48,12 +48,12 @@ routine can also be used to free the message later.
|
|||
Upon success LDAP_SUCCESS is returned. Otherwise the values of the
|
||||
\fIreferralsp\fP and \fIserverctrlsp\fP parameters are undefined.
|
||||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
.BR ldap_first_reference(3),
|
||||
.BR ldap_first_message(3),
|
||||
.BR ldap_result(3),
|
||||
.BR ldap_get_values(3),
|
||||
.BR ldap_controls_free(3)
|
||||
.BR ldap (3),
|
||||
.BR ldap_first_reference (3),
|
||||
.BR ldap_first_message (3),
|
||||
.BR ldap_result (3),
|
||||
.BR ldap_get_values (3),
|
||||
.BR ldap_controls_free (3)
|
||||
.SH ACKNOWLEDGEMENTS
|
||||
.B OpenLDAP
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue