Misc updates

This commit is contained in:
Kurt Zeilenga 2001-07-23 04:16:42 +00:00
parent 01e8c6e3e4
commit 0749253f10
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
.TH LBER_TYPES 3 "12 July 2000" "OpenLDAP LDVERSION" .TH LBER_TYPES 3 "22 July 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$ .\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" 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. The are basic types defined for use with the Lightweight BER library.
.LP .LP
.B ber_int_t .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 .LP
.B ber_len_t .B ber_len_t
is a unsigned integer of at least 32 bits used to represent a length. is a unsigned integer of at least 32 bits used to represent a length.
It is commonly equivalent to a It is commonly equivalent to a
.BR size_t . .BR size_t .
.LP .LP
.B ber_len_t .B ber_tag_t
is a unsigned integer of at least 32 bits used to represent a is a unsigned integer of at least 32 bits used to represent a
BER tag. It is commonly equivalent to a BER tag. It is commonly equivalent to a
.BR unsigned\ long . .BR unsigned\ long .

View 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$ .\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.