]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
opts: Use common wording for user/password option names
authorSteve Holme <steve_holme@hotmail.com>
Fri, 31 Oct 2014 22:22:19 +0000 (22:22 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 31 Oct 2014 22:22:19 +0000 (22:22 +0000)
docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3
docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3
docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3
docs/libcurl/opts/CURLOPT_USERNAME.3
docs/libcurl/opts/CURLOPT_USERPWD.3

index 6fc0af83c254d196e3ae252b4902f8ad396441ff..43536ca133ed8ba576d0b3bd4f7baad715451d60 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_PROXYPASSWORD 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_PROXYPASSWORD \- password to use in authentication with proxy
+CURLOPT_PROXYPASSWORD \- password to use with proxy authentication
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index 08ca2e0a940f87b194de7c8d56e97267ccde1bb8..b53bd2f58e5d13e28dce247b855e76e149dba2e6 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 \- username to authenticate with a proxy
+CURLOPT_PROXYUSERNAME \- user name to use with proxy authentication
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index 1632f0a9144f6473df245b97242a6fec0428938c..67b6ffe43b134507d86f0167963bb0000d2ca7a7 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 \- set user and password to use for the proxy
+CURLOPT_PROXYUSERPWD \- user name and password to use with proxy authentication
 .SH SYNOPSIS
 #include <curl/curl.h>
 
index 00fef19bbdc7da1bdeeb943372f5bf44aa710128..7546f743ddfda11ea38736a1a78cad74c3693c98 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_USERNAME 3 "19 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_USERNAME \- username to authenticate with
+CURLOPT_USERNAME \- user name to use in authentication
 .SH SYNOPSIS
 .nf
 #include <curl/curl.h>
index bfcff77d8d799efe80e27228d9b3dfcfacc448c8..22e920f3b4b9c7f5f26599d3510f238375af333e 100644 (file)
@@ -22,7 +22,7 @@
 .\"
 .TH CURLOPT_USERPWD 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
 .SH NAME
-CURLOPT_USERPWD \- set user + password to work with
+CURLOPT_USERPWD \- user name and password to use in authentication
 .SH SYNOPSIS
 #include <curl/curl.h>