]> git.sur5r.net Git - openldap/commitdiff
Add LIBRARY section to each man page
authorKurt Zeilenga <kurt@openldap.org>
Fri, 21 Jun 2002 07:32:54 +0000 (07:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 21 Jun 2002 07:32:54 +0000 (07:32 +0000)
28 files changed:
doc/man/man3/lber-decode.3
doc/man/man3/lber-encode.3
doc/man/man3/lber-memory.3
doc/man/man3/lber-types.3
doc/man/man3/ldap.3
doc/man/man3/ldap_abandon.3
doc/man/man3/ldap_add.3
doc/man/man3/ldap_bind.3
doc/man/man3/ldap_cache.3
doc/man/man3/ldap_compare.3
doc/man/man3/ldap_delete.3
doc/man/man3/ldap_error.3
doc/man/man3/ldap_first_attribute.3
doc/man/man3/ldap_first_entry.3
doc/man/man3/ldap_first_message.3
doc/man/man3/ldap_first_reference.3
doc/man/man3/ldap_get_dn.3
doc/man/man3/ldap_get_values.3
doc/man/man3/ldap_modify.3
doc/man/man3/ldap_modrdn.3
doc/man/man3/ldap_open.3
doc/man/man3/ldap_parse_reference.3
doc/man/man3/ldap_parse_result.3
doc/man/man3/ldap_result.3
doc/man/man3/ldap_schema.3
doc/man/man3/ldap_search.3
doc/man/man3/ldap_sort.3
doc/man/man3/ldap_url.3

index 8b4cfde74294da2c75e616fba1fd99232034feb8..3749bad10da938b94a46c9492bb073a9a44c703d 100644 (file)
@@ -8,6 +8,8 @@ ber_get_enum, ber_get_stringb, ber_get_stringa, ber_get_stringal,
 ber_get_stringbv, ber_get_null, ber_get_boolean, ber_get_bitstring,
 ber_first_element, ber_next_element
 \- LBER simplified Basic Encoding Rules library routines for decoding
+.SH LIBRARY
+OpenlDAP LBER (liblber, -llber)
 .SH SYNOPSIS
 .B #include <lber.h>
 .LP
index 40d617c79ae90f947bfc45ae1c421e858cbf8485..16c17bb91f92c122e2678381dbe9052d238ebbc5 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ber_alloc_t, ber_flush, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set \- LBER simplified Basic Encoding Rules library routines for encoding
+.SH LIBRARY
+OpenlDAP LBER (liblber, -llber)
 .SH SYNOPSIS
 .B #include <lber.h>
 .LP
index 71357ab3e4a7dd3e3f346861bf33fce8728141b4..5b6c839b0eca1e58dd68eaa37bfa1a82f8694365 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ber_memalloc, ber_memcalloc, ber_memrealloc, ber_memfree, ber_memvfree \- LBER memory allocators
+.SH LIBRARY
+OpenlDAP LBER (liblber, -llber)
 .SH SYNOPSIS
 .B #include <lber.h>
 .LP
index 52b5320588ed1667710892601bdb434df71560fb..2e1395c8d330f7fe2d66137928da16290f6bbf21 100644 (file)
@@ -4,6 +4,8 @@
 .\" 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
+.SH LIBRARY
+OpenlDAP LBER (liblber, -llber)
 .SH SYNOPSIS
 .B #include <lber.h>
 .LP
index 795a041321d63ef89d8637f1f43c6bc6e934cf8a..06658a8a2a3bd90df4427a92a1e795cfd0c7288a 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap - OpenLDAP Lightweight Directory Access Protocol API
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 900d5612e99060bad4d67c3e9f95a106654b8c68..f4e2d48e7daca84ae5d37986ef9cd6f6b1fe83ad 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_abandon, ldap_abandon_ext \- Abandon an LDAP operation in progress
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .B #include <ldap.h>
index 2ad65d4fac01d807b27f2489aae4770670adba93..1e3e0af85ff7ba9c2f38abc7325af98529f42f2a 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_add, ldap_add_s, ldap_add_ext, ldap_add_ext_s \- Perform an LDAP add operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .B #include <ldap.h>
index d2f26a02f2d894ed1a07e808f0b8c4cb9c0ca5d5..afbf60446d08ecc1631ba67bde7cd280bf18d8cd 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_kerberos_bind_s, ldap_kerberos_bind1, ldap_kerberos_bind1_s, ldap_kerberos_bind2, ldap_kerberos_bind2_s, ldap_sasl_bind, ldap_sasl_bind_s, ldap_sasl_interactive_bind_s, ldap_parse_sasl_bind_result, ldap_unbind, ldap_unbind_s \- LDAP bind routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .B #include <ldap.h>
index a1be5c92531896a608c5b07ed7e715df1ecd5b18..8f142369e189ed3ad3a8fc1385cb4efacf798ecb 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_enable_cache, ldap_disable_cache, ldap_destroy_cache, ldap_flush_cache, ldap_uncache_entry, ldap_uncache_request, ldap_set_cache_options \- LDAP client caching routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 76578604c10b54a88eb263c690823442d3ad732d..0870db0992497073d17cc540f73affe5c12abc6b 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_compare, ldap_compare_s \- Perform an LDAP compare operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 53538104455c400bae3a4684ba98d696b445141f..31c5de3dd9522f543897fd5494d2aa814b85da6e 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_delete, ldap_delete_s \- Perform an LDAP delete operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 7ef83ac71d7ba8aa7b01e21eb8827a92db691280..e17f4e2caff0f9c095b6127e2b8eb025fd7dfc3a 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_perror, ld_errno, ldap_result2error, ldap_errlist, ldap_err2string \- LDAP protocol error handling routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index ace09cfe928ee6d4ddef0fe9c58f49d20f4f21de..58ce5a9f27e6840005f60a7aa3ff991a54c2acdb 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_first_attribute, ldap_next_attribute \- step through LDAP entry attributes
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 153d2ff5fd84d060edaa76cb99034e653e4ebd63..2a3b887d2ac590f0d692778cec0ac23d641ca68e 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_first_entry, ldap_next_entry, ldap_count_entries \- LDAP result entry parsing and counting routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index eb53a8100bf4503a3fd187bbdfb369b8a1561c8a..d0845152be8859260e1de5d2b4a63462054eee21 100644 (file)
@@ -5,6 +5,8 @@
 .SH NAME
 ldap_first_message, ldap_next_message, ldap_count_messages \- Stepping
 through messages in a result chain
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 13fc43ff7c5e087e84b8c7179f1cbb2f21fad82b..fee1f1deaa858bc18c8761322fdc5d23f47168c3 100644 (file)
@@ -5,6 +5,8 @@
 .SH NAME
 ldap_first_reference, ldap_next_reference, ldap_count_references \- Stepping
 through continuation references in a result chain
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index ac7cab89b42e878d21251455340f00d1d90dea5a..4471612259399f20d4be9d068ad6ffcd695f4fa7 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_get_dn, ldap_explode_dn, ldap_explode_rdn, ldap_dn2ufn \- LDAP DN handling routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 6b969afd70ef6270d23450c8a425009173224ce3..51fa25384159aa5e7141e4ffd948e37dd39208f4 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_get_values, ldap_get_values_len, ldap_count_values \- LDAP attribute value handling routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 213d6b53457d9b1db70f7e9b59f18d8333435151..e9f230c7df6271e88a8ff88a9561f7c3778bd696 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_modify, ldap_modify_s \- Perform an LDAP modify operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 339045c971a5043f62880a91d46bf56d45406e2d..c5905e6d45c8cea4008f7e2d29de9bd061a2feed 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s \- Perform an LDAP modify RDN operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index d9b56781f6c24b25ae8b08cf41193444ecd60f9c..f98b997c069dd14bdee3ef286fe2dd3e726cad37 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_init, ldap_open \- Initialize the LDAP library and open a connection to an LDAP server
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 78dc4f80983b9385c2ee546c811eb244d454c78b..989d6d2f44ce18a02022cf3641f6eb9fa75409f0 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_parse_reference \- Extract referrals and controls from a reference message
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 4c6eacda90fc4718670ee452dc08bd79514524e8..9664a09afd68f60da94b80477ff781da0498a1ac 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_parse_result \- Parsing results
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index c42b702e93ff407361a22e115a7b55ce3c080685..97197cafb5bbd54e803dfcf5a188556a3355b8ed 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_result \- Wait for the result of an LDAP operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 349e877c44dff1f239e4103f2e4456f1d8e35e9a..f6b6b94d1d4fbba0fdcbabf1e1b39013ed57e928 100644 (file)
@@ -11,6 +11,8 @@ ldap_attributetype2name, ldap_attributetype_free,
 ldap_str2objectclass, ldap_objectclass2str, ldap_objectclass2name,
 ldap_objectclass_free,
 ldap_scherr2str \- Schema definition handling routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index cb2d58be4a8011d94ed1f9357abfef80ab4de654..f23d8dfb2a81d45a41d04d3ac5b7ca9733b7d577 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_search, ldap_search_s, ldap_search_st \- Perform an LDAP search operation
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index af80b075a2f58ba19aa46e5076ddcc654dad9d18..167339774c306a296e524178882b5c57148cef86 100644 (file)
@@ -4,6 +4,8 @@
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp \- LDAP sorting routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B
index 402ae45a031e84aae2672bc158970daa6540a39a..a982d3d84545e163739b1049b93f360e0b11a737 100644 (file)
@@ -6,6 +6,8 @@
 ldap_is_ldap_url,
 ldap_url_parse,
 ldap_free_urldesc \- LDAP Uniform Resource Locator routines
+.SH LIBRARY
+OpenlDAP LDAP (libldap, -lldap)
 .SH SYNOPSIS
 .nf
 .ft B