]> git.sur5r.net Git - openldap/commitdiff
Misc updates
authorKurt Zeilenga <kurt@openldap.org>
Mon, 23 Jul 2001 04:16:42 +0000 (04:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 23 Jul 2001 04:16:42 +0000 (04:16 +0000)
doc/man/man3/lber-types.3
doc/man/man3/ldap_get_dn.3

index 1416280b8e84adea813b54c0992c3981ea3afb2b..f4627bd6cf8414da27d7e4fbbe84ab8b3f080b40 100644 (file)
@@ -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 .
index 4404fe5b07f95fc7a06f77bb5e07398b076258fb..30d80811a45b43f80719414d13e99acfc639add2 100644 (file)
@@ -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.