mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation
This commit is contained in:
parent
b2ea1bfcd6
commit
1f8a337e41
@ -29,8 +29,7 @@ CURLOPT_PROXY_SERVICE_NAME \- proxy service name
|
|||||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SERVICE_NAME, char *name);
|
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_SERVICE_NAME, char *name);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Pass a char * as parameter to a string holding the \fIname\fP of the
|
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
|
service. The default service name is "HTTP". This option allows you to change it.
|
||||||
allows you to change it.
|
|
||||||
..SH DEFAULT
|
..SH DEFAULT
|
||||||
See above
|
See above
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
|
Loading…
Reference in New Issue
Block a user