]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_first_attribute.3
Update copyright notices
[openldap] / doc / man / man3 / ldap_first_attribute.3
index ace09cfe928ee6d4ddef0fe9c58f49d20f4f21de..ce21416d75bc94491e943e6c13489610c8415ea7 100644 (file)
@@ -1,9 +1,11 @@
 .TH LDAP_FIRST_ATTRIBUTE 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_first_attribute, ldap_next_attribute \- step through LDAP entry attributes
+.SH LIBRARY
+OpenLDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
@@ -11,11 +13,11 @@ ldap_first_attribute, ldap_next_attribute \- step through LDAP entry attributes
 .LP
 .ft B
 char *ldap_first_attribute(
-       LDAP *ld, LDAPMessage entry, BerElement **berptr )
+       LDAP *ld, LDAPMessage *entry, BerElement **berptr )
 .LP
 .ft B
 char *ldap_next_attribute(
-       LDAP *ld, LDAPMessage entry, BerElement *ber )
+       LDAP *ld, LDAPMessage *entry, BerElement *ber )
 .SH DESCRIPTION
 The
 .B ldap_first_attribute()
@@ -37,7 +39,7 @@ It also returns, in \fIberptr\fP, a pointer to a BerElement it has
 allocated to keep track of its current position.  This pointer should
 be passed to subsequent calls to
 .B ldap_next_attribute()
-and is used used
+and is used
 to effectively step through the entry's attributes.  The caller is
 solely responsible for freeing the BerElement pointed to by \fIberptr\fP
 when it is no longer needed by calling
@@ -68,7 +70,4 @@ return dynamically allocated memory that must be freed by the caller via
 .BR ldap_get_values (3),
 .BR ldap_error (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