Base code merged to SPIN 2.4
[platform/upstream/curl.git] / docs / libcurl / opts / CURLOPT_TLSAUTH_PASSWORD.3
index 39f8cbf..1c8697f 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_TLSAUTH_PASSWORD 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_TLSAUTH_PASSWORD \- TLS authentication password
+CURLOPT_TLSAUTH_PASSWORD \- password to use for TLS authentication
 .SH SYNOPSIS
 #include <curl/curl.h>
 
@@ -31,7 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_PASSWORD, char *pwd);
 Pass a char * as parameter, which should point to the zero terminated password
 to use for the TLS authentication method specified with the
 \fICURLOPT_TLSAUTH_TYPE(3)\fP option. Requires that the
-\fICURLOPT_TLS_USERNAME(3)\fP option also be set.
+\fICURLOPT_TLSAUTH_USERNAME(3)\fP option also be set.
 .SH DEFAULT
 NULL
 .SH PROTOCOLS