From 0749253f10399e12fd9a1bdb4d986d8025bf1bcc Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 23 Jul 2001 04:16:42 +0000 Subject: [PATCH] Misc updates --- doc/man/man3/lber-types.3 | 7 ++++--- doc/man/man3/ldap_get_dn.3 | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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. -- 2.39.5