diff options
| author | Yang Tse <yangsita@gmail.com> | 2008-10-17 03:59:02 +0000 | 
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2008-10-17 03:59:02 +0000 | 
| commit | 98b13037e7a853d28d34a49f5d01b60480a67957 (patch) | |
| tree | 246000b0dc9c0dc0fcf8513ed89c08ac046b4149 /docs/libcurl | |
| parent | 29f09f71b4f8b8ab6df7b3ce13ae4794edb7158b (diff) | |
remove some spurious line-endings
Diffstat (limited to 'docs/libcurl')
| -rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 40 | 
1 files changed, 20 insertions, 20 deletions
| diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 31482a168..6ebda874c 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -620,26 +620,26 @@ password to use for the transfer.  The CURLOPT_PASSWORD option should be used in conjunction with  as the \fICURLOPT_USERNAME\fP option. (Added in 7.19.1) -.IP CURLOPT_PROXYUSERNAME
 -Pass a char * as parameter, which should be pointing to the zero terminated
 -user name to use for the transfer while connecting to Proxy.
 -
 -The CURLOPT_PROXYUSERNAME option should be used in same way as the
 -\fICURLOPT_PROXYUSERPWD\fP is used.  In comparison to \fICURLOPT_PROXYUSERPWD\fP
 -the CURLOPT_PROXYUSERNAME allows the username to contain colon,
 -like in following example: "sip:user@example.com".
 -Note the CURLOPT_PROXYUSERNAME option is an alternative way to set the user name
 -while connecting to Proxy.  There is no meaning to use it together
 -with the \fICURLOPT_PROXYUSERPWD\fP option.
 -
 -In order to specify the password to be used in conjunction with the user name
 -use the \fICURLOPT_PROXYPASSWORD\fP option.  (Added in 7.19.1)
 -.IP CURLOPT_PROXYPASSWORD
 -Pass a char * as parameter, which should be pointing to the zero terminated
 -password to use for the transfer while connecting to Proxy.
 -
 -The CURLOPT_PROXYPASSWORD option should be used in conjunction with
 -as the \fICURLOPT_PROXYUSERNAME\fP option. (Added in 7.19.1)
 +.IP CURLOPT_PROXYUSERNAME +Pass a char * as parameter, which should be pointing to the zero terminated +user name to use for the transfer while connecting to Proxy. + +The CURLOPT_PROXYUSERNAME option should be used in same way as the +\fICURLOPT_PROXYUSERPWD\fP is used.  In comparison to \fICURLOPT_PROXYUSERPWD\fP +the CURLOPT_PROXYUSERNAME allows the username to contain colon, +like in following example: "sip:user@example.com". +Note the CURLOPT_PROXYUSERNAME option is an alternative way to set the user name +while connecting to Proxy.  There is no meaning to use it together +with the \fICURLOPT_PROXYUSERPWD\fP option. + +In order to specify the password to be used in conjunction with the user name +use the \fICURLOPT_PROXYPASSWORD\fP option.  (Added in 7.19.1) +.IP CURLOPT_PROXYPASSWORD +Pass a char * as parameter, which should be pointing to the zero terminated +password to use for the transfer while connecting to Proxy. + +The CURLOPT_PROXYPASSWORD option should be used in conjunction with +as the \fICURLOPT_PROXYUSERNAME\fP option. (Added in 7.19.1)  .IP CURLOPT_HTTPAUTH  Pass a long as parameter, which is set to a bitmask, to tell libcurl what  authentication method(s) you want it to use. The available bits are listed | 
