mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
remove #include <lber.h> from SYNOPSIS
This commit is contained in:
parent
37d28e7d0d
commit
3b4738ea96
@ -7,7 +7,6 @@ cldap_close \- Dispose of Connectionless LDAP Pointer
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ cldap_open \- Prepare for Connectionless LDAP Communication
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ cldap_search_s \- Connectionless LDAP Search
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ cldap_setretryinfo \- Set Connectionless LDAP Request Retransmission Parameters
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap - Lightweight Directory Access Protocol package
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.ft
|
||||
.fi
|
||||
@ -503,7 +502,6 @@ set retry and timeout information using connectionless LDAP
|
||||
.SM cldap_close(3)
|
||||
terminate a connectionless LDAP session
|
||||
.SH SEE ALSO
|
||||
.BR ldapd (8),
|
||||
.BR slapd (8)
|
||||
.SH AUTHORS
|
||||
Tim Howes, Mark Smith, Gordon Good, Lance Sloan, and Steve Rothwell from
|
||||
|
@ -7,7 +7,6 @@ ldap_abandon \- Abandon an LDAP operation in progress
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_add, ldap_add_s \- Perform an LDAP add operation
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_bind, ldap_bind_s, ldap_simple_bind, ldap_simple_bind_s, ldap_kerberos_bind
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_enable_cache, ldap_disable_cache, ldap_destroy_cache, ldap_flush_cache, lda
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.ft
|
||||
.LP
|
||||
|
@ -12,7 +12,6 @@ ldap_enable_translation \- LDAP character set translation routines
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.ft
|
||||
.LP
|
||||
|
@ -7,7 +7,6 @@ ldap_compare, ldap_compare_s \- Perform an LDAP compare operation
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_delete, ldap_delete_s \- Perform an LDAP delete operation
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_entry2text, ldap_entry2text_search, ldap_vals2text \- LDAP entry display ro
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
#include <disptmpl.h>
|
||||
.ft
|
||||
|
@ -7,7 +7,6 @@ ldap_perror, ld_errno, ldap_result2error, ldap_errlist, ldap_err2string \- LDAP
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_first_attribute, ldap_next_attribute \- step through LDAP entry attributes
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_first_entry, ldap_next_entry, ldap_count_entries \- LDAP result entry parsi
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_friendly_name, ldap_free_friendlymap \- LDAP unfriendly to friendly name ma
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_get_dn, ldap_explode_dn, ldap_explode_rdn, ldap_dn2ufn, ldap_is_dns_dn, lda
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_get_values, ldap_get_values_len, ldap_count_values \- LDAP attribute value
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
|
||||
typedef struct berval {
|
||||
|
@ -8,7 +8,6 @@ ldap_getfirstfilter, ldap_getnextfilter, ldap_build_filter \- LDAP filter genera
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.ft
|
||||
.fi
|
||||
|
@ -7,7 +7,6 @@ ldap_modify, ldap_modify_s \- Perform an LDAP modify operation
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s \- Perform an LDAP modi
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_init, ldap_open \- Initialize the LDAP library and open a connection to an
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_result \- Wait for the result of an LDAP operation
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -8,7 +8,6 @@ ldap_search, ldap_search_s, ldap_search_st \- Perform an LDAP search operation
|
||||
.nf
|
||||
.ft B
|
||||
#include <sys/time.h> /* for struct timeval definition */
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp \- LDAP sorting routin
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -7,7 +7,6 @@ ldap_ufn_search_s, ldap_ufn_search_c, ldap_ufn_search_ct, ldap_ufn_setfilter, ld
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
|
@ -12,7 +12,6 @@ ldap_url_search_st \- LDAP Uniform Resource Locator routines
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.ft B
|
||||
#include <lber.h>
|
||||
#include <ldap.h>
|
||||
.ft
|
||||
.LP
|
||||
|
Loading…
Reference in New Issue
Block a user