]> granicus.if.org Git - curl/commitdiff
opts: Use common wording for TLS user/password option names
authorSteve Holme <steve_holme@hotmail.com>
Sun, 2 Nov 2014 10:33:51 +0000 (10:33 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 2 Nov 2014 11:03:06 +0000 (11:03 +0000)
...and revised the proxy wording a little as well.

docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3
docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3
docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3
docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3

index b53bd2f58e5d13e28dce247b855e76e149dba2e6..c342ec4fad2d3c3da8563c667e1507ee0c0b0a3e 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_PROXYUSERNAME 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_PROXYUSERNAME \- user name to use with proxy authentication
+CURLOPT_PROXYUSERNAME \- user name to use for proxy authentication
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index 67b6ffe43b134507d86f0167963bb0000d2ca7a7..bbf0da5232591e7170da068f841f97466ed4593f 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_PROXYUSERPWD 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_PROXYUSERPWD \- user name and password to use with proxy authentication
+CURLOPT_PROXYUSERPWD \- user name and password to use for proxy authentication
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index 89d3b9fe0ea12fbb26b8b8b1db3e80a749ebe374..1c8697f76aae70b0b6133e622a8d0432571e07c3 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>
 
index 44265e12c7ac8ddcfe743f02ba9d591e6f592826..c5bb2dfb81ac46111907a17119c3bca74d41b440 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_TLSAUTH_USERNAME 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_TLSAUTH_USERNAME \- user name for TLS authentication
+CURLOPT_TLSAUTH_USERNAME \- user name to use for TLS authentication
 .SH SYNOPSIS
 #include <curl/curl.h>