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
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
.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.
.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
.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.