diff options
author | Linus Nielsen <linus@haxx.se> | 2015-04-28 14:46:48 +0200 |
---|---|---|
committer | Linus Nielsen <linus@haxx.se> | 2015-04-28 14:47:18 +0200 |
commit | 1f8a337e41b436bd763ebe57702ce03996359952 (patch) | |
tree | b03a5a5afe1816c51ca1ce052f3f601867e850cd /docs/libcurl/opts | |
parent | b2ea1bfcd63e32dabe2f3cfe9a48dd157ec1eb6f (diff) |
docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 b/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 index 824fedf8a..a6224fb77 100644 --- a/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 +++ b/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 @@ -29,8 +29,7 @@ CURLOPT_PROXY_SERVICE_NAME \- proxy service name CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SERVICE_NAME, char *name); .SH DESCRIPTION Pass a char * as parameter to a string holding the \fIname\fP of the -service. The default service name is "rcmd" (for a SOCKS5 server). This option -allows you to change it. +service. The default service name is "HTTP". This option allows you to change it. ..SH DEFAULT See above .SH PROTOCOLS |