X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman3%2Fldap_first_entry.3;h=02f435a151e840318b0829f8acaf112a7cc2297b;hb=d806b970b1b91b4db5998aec7dd5ab610fbe590b;hp=9adc56ee5a68688bf3c9c52e131757e5b6493fde;hpb=305ed3615922a5bca7f7ee2e39bff3679a131da9;p=openldap diff --git a/doc/man/man3/ldap_first_entry.3 b/doc/man/man3/ldap_first_entry.3 index 9adc56ee5a..02f435a151 100644 --- a/doc/man/man3/ldap_first_entry.3 +++ b/doc/man/man3/ldap_first_entry.3 @@ -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 #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 @@ -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