]> git.sur5r.net Git - openldap/commitdiff
Minor cleanup
authorHoward Chu <hyc@openldap.org>
Wed, 26 Aug 2009 22:32:09 +0000 (22:32 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 26 Aug 2009 22:32:09 +0000 (22:32 +0000)
doc/man/man3/ldap_get_option.3

index 64ab38afdc9e62b632f44edca182e57997dea749..f89f5f8ba370f3b0d5e7ed1237534d2fa2656c8e 100644 (file)
@@ -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 *" ;