]> granicus.if.org Git - curl/commitdiff
docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentation
authorLinus Nielsen <linus@haxx.se>
Tue, 28 Apr 2015 12:46:48 +0000 (14:46 +0200)
committerLinus Nielsen <linus@haxx.se>
Tue, 28 Apr 2015 12:47:18 +0000 (14:47 +0200)
docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3

index 824fedf8a5d508745ef832902c6f254f53b15dcc..a6224fb77f99bec17d87700cac63d3ced4349ce7 100644 (file)
@@ -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