]> git.sur5r.net Git - openldap/commitdiff
Misc updates
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Dec 2001 00:55:42 +0000 (00:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Dec 2001 00:55:42 +0000 (00:55 +0000)
doc/man/man3/ldap.3
doc/man/man3/ldap_error.3

index 344389750a676670f1f93cf9e63c64a787bb2687..9674c2b7bbb75aa484cbea00dc4ec2a961208b99 100644 (file)
@@ -20,7 +20,7 @@ This API supports SASL (RFC2829) and Start TLS (RFC2830).  This
 API is based upon IETF C LDAP API draft specification, a work in
 progress.
 .LP
-The OpenLDAP Software package includes a stand-alone server in
+The OpenLDAP Software package includes a stand\-alone server in
 .BR slapd (8),
 various LDAP clients, and an LDAP client library used to provide
 programmatic access to the LDAP protocol. This man page gives an
@@ -35,9 +35,9 @@ with created using
 .BR ldap_init (3).
 The underlying session is established upon first use which is
 commonly an LDAP bind operation.  The LDAP bind operation is
-performed by calling one of
+performed by calling
 .BR ldap_sasl_bind (3)
-and friends.  Next, other operations are performed
+or one of its friends.  Next, other operations are performed
 by calling one of the synchronous or asynchronous routines (e.g.,
 .BR ldap_search_ext_s (3)
 or
@@ -53,7 +53,7 @@ Errors can be interpreted by calling
 .BR ldap_err2string (3).
 .SH SEARCH FILTERS
 Search filters to be passed to the ldap search routines are to be
-constructed by hand.
+constructed by hand and should conform to RFC 2254.
 .SH DISPLAYING RESULTS
 Results obtained from the ldap search routines can be output by hand,
 by calling
@@ -93,9 +93,13 @@ routines to encode and decode LDAP protocol elements using the
 (slightly simplified) Basic Encoding Rules defined by LDAP.  They are
 not normally used directly by an LDAP application program except
 in the handling of controls and extended operations.  The
-routines provide a printf and scanf-like interface, as well as
-lower-level access.  These routines are found in the -llber
-library.
+routines provide a printf and scanf\-like interface, as well as
+lower\-level access.  These routines are discussed in
+.BR lber\-decode (3),
+.BR lber\-encode (3),
+.BR lber\-memory (3),
+and
+.BR lber\-types (3).
 .SH INDEX
 .TP 20
 .SM ldap_open(3)
@@ -244,7 +248,7 @@ asynchronously modify the RDN of an entry
 synchronously modify the RDN of an entry
 .TP
 .SM ldap_modrdn(3)
-depreciated - use ldap_modrdn2(3)
+deprecated - use ldap_modrdn2(3)
 .TP
 .SM ldap_modrdn_s(3)
 depreciated - use ldap_modrdn2_s(3)
index a0b1ffc99384d437b65ff912b2a3489ecb22dddf..aa4b0944b4e4a6de9a040f742006b9d9c75ceb0d 100644 (file)
@@ -11,8 +11,6 @@ ldap_perror, ld_errno, ldap_result2error, ldap_errlist, ldap_err2string \- LDAP
 .LP
 .ft B
 char *ldap_err2string( int err );
-.ft
-int err;
 .LP
 .ft B
 void ldap_perror( LDAP *ld, const char *s )