]> git.sur5r.net Git - openldap/blobdiff - doc/man/man3/ldap_first_entry.3
Merge remote branch 'origin/mdb.master'
[openldap] / doc / man / man3 / ldap_first_entry.3
index 9adc56ee5a68688bf3c9c52e131757e5b6493fde..02f435a151e840318b0829f8acaf112a7cc2297b 100644 (file)
@@ -1,32 +1,24 @@
-.TH LDAP_FIRST_ENTRY 3 "22 September 1998" "OpenLDAP LDVERSION"
+.TH LDAP_FIRST_ENTRY 3 "RELEASEDATE" "OpenLDAP LDVERSION"
 .\" $OpenLDAP$
-.\" Copyright 1998-1999 The OpenLDAP Foundation All Rights Reserved.
+.\" Copyright 1998-2012 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 <lber.h>
 #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
@@ -78,14 +70,11 @@ 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
-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