X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fman%2Fman3%2Fldap_parse_result.3;h=c9e5fcc4741d314ae8787c732639528727ac5f99;hb=7164c4c66215da39f03e353a9c72eba408abddbf;hp=9664a09afd68f60da94b80477ff781da0498a1ac;hpb=2893a78d0a1509ef61db55cc1529d4b461c1ac7e;p=openldap diff --git a/doc/man/man3/ldap_parse_result.3 b/doc/man/man3/ldap_parse_result.3 index 9664a09afd..c9e5fcc474 100644 --- a/doc/man/man3/ldap_parse_result.3 +++ b/doc/man/man3/ldap_parse_result.3 @@ -1,11 +1,11 @@ .TH LDAP_PARSE_RESULT 3 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2011 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldap_parse_result \- Parsing results .SH LIBRARY -OpenlDAP LDAP (libldap, -lldap) +OpenLDAP LDAP (libldap, \-lldap) .SH SYNOPSIS .nf .ft B @@ -14,7 +14,8 @@ OpenlDAP LDAP (libldap, -lldap) .ft B int ldap_parse_result( LDAP *ld, LDAPMessage *result, int *errcodep, char **matcheddnp, char **errmsgp, - char ***referralsp, LDAPControl ***serverctrlsp, int freeit ) + char ***referralsp, LDAPControl ***serverctrlsp, + int freeit ) .LP .ft B int ldap_parse_sasl_bind_result( LDAP *ld, LDAPMessage *result, @@ -57,7 +58,7 @@ field from the parsed message. This string should be freed using .LP The \fIreferralsp\fP parameter will be filled in with an allocated array of referral strings from the parsed message. This array should be freed using -.BR ldap_value_free (3). +.BR ldap_memvfree (3). If no referrals were returned, \fI*referralsp\fP is set to NULL. .LP The \fIserverctrlsp\fP parameter will be filled in with an allocated array of @@ -98,11 +99,9 @@ result parameters are undefined. .BR ldap_result (3), .BR ldap_search (3), .BR ldap_memfree (3), +.BR ldap_memvfree (3), .BR ldap_get_values (3), .BR ldap_controls_free (3), .BR lber-types (3) .SH ACKNOWLEDGEMENTS -.B OpenLDAP -is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). -.B OpenLDAP -is derived from University of Michigan LDAP 3.3 Release. +.so ../Project