From: Howard Chu Date: Wed, 26 Aug 2009 23:21:13 +0000 (+0000) Subject: spell out CTX -> context X-Git-Tag: ACLCHECK_0~236 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7190a68f2867bf8f21322fce2eec0e3234264b20;p=openldap spell out CTX -> context --- diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index a81e85afdc..f846fbd9d2 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -653,8 +653,8 @@ and its contents need to be freed by the caller using This option is only valid for GnuTLS. .TP .B LDAP_OPT_X_TLS_CTX -Sets/gets the TLS library context associated with this handle. New TLS -sessions will inherit their default settings from this library context. +Sets/gets the TLS library context. New TLS sessions will inherit their +default settings from this library context. .BR invalue must be .BR "const void *" ; @@ -691,13 +691,13 @@ and its contents need to be freed by the caller using .BR ldap_memfree (3). .TP .B LDAP_OPT_X_TLS_NEWCTX -Instructs the library to create a new TLS CTX. +Instructs the library to create a new TLS library context. .BR invalue must be .BR "const int *" . A non-zero value pointed to by .BR invalue -tells the library to create a CTX for a server. +tells the library to create a context for a server. .TP .B LDAP_OPT_X_TLS_PROTOCOL_MIN Sets/gets the minimum protocol version.