]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_parse_reference.3
s/local socket/IPC/
[openldap] / doc / man / man3 / ldap_parse_reference.3
index 78dc4f80983b9385c2ee546c811eb244d454c78b..cff502a3634692151242a855f48b743b5eafd179 100644 (file)
@@ -1,9 +1,11 @@
 .TH LDAP_PARSE_REFERENCE 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
 .TH LDAP_PARSE_REFERENCE 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2006 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_parse_reference \- Extract referrals and controls from a reference message
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_parse_reference \- Extract referrals and controls from a reference message
+.SH LIBRARY
+OpenLDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
 .SH SYNOPSIS
 .nf
 .ft B
@@ -11,7 +13,8 @@ ldap_parse_reference \- Extract referrals and controls from a reference message
 .LP
 .ft B
 int ldap_parse_reference( LDAP *ld, LDAPMessage *reference,
 .LP
 .ft B
 int ldap_parse_reference( LDAP *ld, LDAPMessage *reference,
-       char ***referralsp, LDAPControl ***serverctrlsp, int freeit )
+       char ***referralsp, LDAPControl ***serverctrlsp,
+       int freeit )
 .SH DESCRIPTION
 .LP
 The
 .SH DESCRIPTION
 .LP
 The
@@ -35,7 +38,7 @@ 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
 controls copied from the parsed message. The array should be freed by calling
 .LP
 The \fIserverctrlsp\fP parameter will be filled in with an allocated array of
 controls copied from the parsed message. The array should be freed by calling
-.BR ldap_controls_free (3) .
+.BR ldap_controls_free (3).
 If \fIserverctrlsp\fP is NULL, no controls are returned.
 If no controls were returned, \fI*serverctrlsp\fP is set to NULL.
 .LP
 If \fIserverctrlsp\fP is NULL, no controls are returned.
 If no controls were returned, \fI*serverctrlsp\fP is set to NULL.
 .LP
@@ -55,7 +58,7 @@ Upon success LDAP_SUCCESS is returned. Otherwise the values of the
 .BR ldap_get_values (3),
 .BR ldap_controls_free (3)
 .SH ACKNOWLEDGEMENTS
 .BR ldap_get_values (3),
 .BR ldap_controls_free (3)
 .SH ACKNOWLEDGEMENTS
-.B     OpenLDAP
+.B OpenLDAP
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
-.B     OpenLDAP
+.B OpenLDAP
 is derived from University of Michigan LDAP 3.3 Release.  
 is derived from University of Michigan LDAP 3.3 Release.