X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman3%2Fldap_first_entry.3;h=3a7a877c36c1d035b8f38c93bcd023bcb9983568;hb=2be146e20ffdabe32514445b6034e40cb7df77be;hp=368ad0ffff64d0043dbf89f529152163a323f74e;hpb=42e0d83cb3a1a1c5b25183f1ab74ce7edbe25de7;p=openldap diff --git a/doc/man/man3/ldap_first_entry.3 b/doc/man/man3/ldap_first_entry.3 index 368ad0ffff..3a7a877c36 100644 --- a/doc/man/man3/ldap_first_entry.3 +++ b/doc/man/man3/ldap_first_entry.3 @@ -1,29 +1,24 @@ -.TH LDAP_FIRST_ENTRY 3 "25 November 1994" "U-M LDAP LDVERSION" +.TH LDAP_FIRST_ENTRY 3 "RELEASEDATE" "OpenLDAP LDVERSION" +.\" $OpenLDAP$ +.\" 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 #include .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 @@ -75,9 +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 +is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). +.B OpenLDAP +is derived from University of Michigan LDAP 3.3 Release.