From 7190a68f2867bf8f21322fce2eec0e3234264b20 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 26 Aug 2009 23:21:13 +0000 Subject: [PATCH] spell out CTX -> context --- doc/man/man3/ldap_get_option.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5