From: Howard Chu Date: Wed, 26 Aug 2009 22:52:09 +0000 (+0000) Subject: More cleanup X-Git-Tag: ACLCHECK_0~240 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d03052b89448c7fdf186e590868329b3f226020f;p=openldap More cleanup --- diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index f89f5f8ba3..ccd0ec2445 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -82,7 +82,7 @@ must be When set, the library will call .BR connect (2) and return, without waiting for response. -This leaves the handler in a connecting state. +This leaves the handle in a connecting state. Subsequent calls to library routines will poll for completion of the connect before performing further operations. As a consequence, library calls that need to establish a connection @@ -97,7 +97,7 @@ This option allows to set a connect callback. must be a .BR "const struct ldap_conncb *" . Callbacks are executed in last in-first served order. -Hanlder-specific callbacks are executed first, followed by global ones. +Handle-specific callbacks are executed first, followed by global ones. Right before freeing the callback structure, the .B lc_del callback handler is passed a @@ -172,7 +172,7 @@ of the LDAP handle passed in as .BR outvalue must be a .BR "int *" . -This is a read-only, handler-specific option. +This is a read-only, handle-specific option. .TP .B LDAP_OPT_DIAGNOSTIC_MESSAGE Sets/gets a string containing the error string associated to the LDAP handle. @@ -340,7 +340,7 @@ Returns a pointer to the socket buffer of the LDAP handle passed in as .BR outvalue must be a .BR "Sockbuf **" . -This is a read-only, handler-specific option. +This is a read-only, handle-specific option. This option is OpenLDAP specific. .TP .B LDAP_OPT_TIMELIMIT @@ -440,7 +440,7 @@ in form of a NULL-terminated array of strings; .BR outvalue must be .BR "char ***" . -The caller must not free nor otherwise muck with it. +The caller must not free or otherwise muck with it. .TP .B LDAP_OPT_X_SASL_NOCANON Sets/gets the NOCANON flag.