From 7980931b63ec70035345334afe797eddd7878aa0 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 26 Aug 2009 22:32:09 +0000 Subject: [PATCH] Minor cleanup --- doc/man/man3/ldap_get_option.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 *" ; -- 2.39.5