]> git.sur5r.net Git - openldap/commitdiff
spell out CTX -> context
authorHoward Chu <hyc@openldap.org>
Wed, 26 Aug 2009 23:21:13 +0000 (23:21 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 26 Aug 2009 23:21:13 +0000 (23:21 +0000)
doc/man/man3/ldap_get_option.3

index a81e85afdc2762bee37e2a7721c89d5bac51f45c..f846fbd9d29d6d1e6ab2f6b975d3c05814928bb8 100644 (file)
@@ -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.