From: Howard Chu Date: Wed, 26 Aug 2009 22:32:09 +0000 (+0000) Subject: Minor cleanup X-Git-Tag: ACLCHECK_0~241 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7980931b63ec70035345334afe797eddd7878aa0;p=openldap Minor cleanup --- diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index 64ab38afdc..f89f5f8ba3 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -576,7 +576,7 @@ and its contents need to be freed by the caller using .BR ldap_memfree (3). .TP .B LDAP_OPT_X_TLS_CACERTFILE -Sets/gets the full-path CA certificate file. +Sets/gets the full-path of the CA certificate file. .BR invalue must be .BR "const char *" ; @@ -587,7 +587,7 @@ and its contents need to be freed by the caller using .BR ldap_memfree (3). .TP .B LDAP_OPT_X_TLS_CERTFILE -Sets/gets the full-path certificate file. +Sets/gets the full-path of the certificate file. .BR invalue must be .BR "const char *" ; @@ -675,7 +675,7 @@ and its contents need to be freed by the caller using Ignored by GNUtls. .TP .B LDAP_OPT_X_TLS_KEYFILE -Sets/gets the full-path certificate key file. +Sets/gets the full-path of the certificate key file. .BR invalue must be .BR "const char *" ;