Commit 1f8a337e authored by Linus Nielsen's avatar Linus Nielsen
Browse files

docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation

parent b2ea1bfc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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