From: Kurt Zeilenga Date: Mon, 23 Jul 2001 04:16:42 +0000 (+0000) Subject: Misc updates X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1211 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0749253f10399e12fd9a1bdb4d986d8025bf1bcc;p=openldap Misc updates --- diff --git a/doc/man/man3/lber-types.3 b/doc/man/man3/lber-types.3 index 1416280b8e..f4627bd6cf 100644 --- a/doc/man/man3/lber-types.3 +++ b/doc/man/man3/lber-types.3 @@ -1,4 +1,4 @@ -.TH LBER_TYPES 3 "12 July 2000" "OpenLDAP LDVERSION" +.TH LBER_TYPES 3 "22 July 2001" "OpenLDAP LDVERSION" .\" $OpenLDAP$ .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. @@ -23,14 +23,15 @@ typedef impl_tag_t ber_tag_t; The are basic types defined for use with the Lightweight BER library. .LP .B ber_int_t -is a signed integer of at least 32 bits. +is a signed integer of at least 32 bits. It is commonly equivalent to +.BR int . .LP .B ber_len_t is a unsigned integer of at least 32 bits used to represent a length. It is commonly equivalent to a .BR size_t . .LP -.B ber_len_t +.B ber_tag_t is a unsigned integer of at least 32 bits used to represent a BER tag. It is commonly equivalent to a .BR unsigned\ long . diff --git a/doc/man/man3/ldap_get_dn.3 b/doc/man/man3/ldap_get_dn.3 index 4404fe5b07..30d80811a4 100644 --- a/doc/man/man3/ldap_get_dn.3 +++ b/doc/man/man3/ldap_get_dn.3 @@ -1,4 +1,4 @@ -.TH LDAP_GET_DN 3 "21 July 2000" "OpenLDAP LDVERSION" +.TH LDAP_GET_DN 3 "22 July 2001" "OpenLDAP LDVERSION" .\" $OpenLDAP$ .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.