]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_first_entry.3
import fix to ITS#4715 from HEAD
[openldap] / doc / man / man3 / ldap_first_entry.3
index 1eb45be7b62328c78cd1eff6b009c475ce7e7b25..3a7a877c36c1d035b8f38c93bcd023bcb9983568 100644 (file)
@@ -1,31 +1,24 @@
-.TH LDAP_FIRST_ENTRY 3 "22 September 1998" "OpenLDAP LDVERSION"
+.TH LDAP_FIRST_ENTRY 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2006 The OpenLDAP Foundation All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_first_entry, ldap_next_entry, ldap_count_entries \- LDAP result entry parsing and counting routines
+.SH LIBRARY
+OpenLDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
 #include <ldap.h>
 .LP
 .ft B
-ldap_count_entries(ld, result)
-.ft
-LDAP *ld;
-LDAPMessage *result;
+int ldap_count_entries( LDAP *ld, LDAPMessage *result )
 .LP
 .ft B
-LDAPMessage *ldap_first_entry(ld, result)
-.ft
-LDAP *ld;
-LDAPMessage *result;
+LDAPMessage *ldap_first_entry( LDAP *ld, LDAPMessage *result )
 .LP
 .ft B
-LDAPMessage *ldap_next_entry(ld, entry)
-.ft
-LDAP *ld;
-LDAPMessage *entry;
+LDAPMessage *ldap_next_entry( LDAP *ld, LDAPMessage *entry )
 .SH DESCRIPTION
 .LP
 These routines are used to parse results received from
@@ -77,14 +70,14 @@ is set appropriately.  See
 .BR ldap_error (3)
 for a description of possible error codes.
 .SH SEE ALSO
-.BR ldap(3),
-.BR ldap_result(3),
-.BR ldap_search(3),
-.BR ldap_first_attribute(3),
-.BR ldap_get_values(3),
-.BR ldap_get_dn(3)
+.BR ldap (3),
+.BR ldap_result (3),
+.BR ldap_search (3),
+.BR ldap_first_attribute (3),
+.BR ldap_get_values (3),
+.BR ldap_get_dn (3)
 .SH ACKNOWLEDGEMENTS
-.B     OpenLDAP
+.B OpenLDAP
 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.