From: Hallvard Furuseth Date: Mon, 16 Dec 2002 07:29:43 +0000 (+0000) Subject: Make links to ber_bvfree and others, and add them to NAME section. X-Git-Tag: NO_SLAP_OP_BLOCKS~675 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09df53687e703d71aac4a091b05c949583af3ddc;p=openldap Make links to ber_bvfree and others, and add them to NAME section. --- diff --git a/doc/man/man3/lber-types.3 b/doc/man/man3/lber-types.3 index e5e4abbec2..bc7600f265 100644 --- a/doc/man/man3/lber-types.3 +++ b/doc/man/man3/lber-types.3 @@ -3,7 +3,11 @@ .\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME -ber_int_t, ber_uint_t, ber_len_t, ber_slen_t, ber_tag_t \- LBER types +ber_int_t, ber_uint_t, ber_len_t, ber_slen_t, ber_tag_t, +struct berval, BerValue, BerVarray, BerElement, +ber_bvfree, ber_bvecfree, ber_bvecadd, ber_bvarray_free, ber_bvarray_add, +ber_bvdup, ber_dupbv, ber_bvstr, ber_bvstrdup, ber_str2bv, ber_free +\- LBER types and allocation functions .SH LIBRARY OpenLDAP LBER (liblber, -llber) .SH SYNOPSIS diff --git a/doc/man/man3/lber-types.3.links b/doc/man/man3/lber-types.3.links new file mode 100644 index 0000000000..89f90fbfee --- /dev/null +++ b/doc/man/man3/lber-types.3.links @@ -0,0 +1,11 @@ +ber_bvarray_add.3 +ber_bvarray_free.3 +ber_bvdup.3 +ber_bvecadd.3 +ber_bvecfree.3 +ber_bvfree.3 +ber_bvstr.3 +ber_bvstrdup.3 +ber_dupbv.3 +ber_free.3 +ber_str2bv.3