aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-04-04 17:20:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-04-04 17:20:55 +0200
commitc877c50e13ad43459de12a4092bd95872e549dfb (patch)
tree83978b99281688a819ed3a49ec9742ef32f64fc3
parent109e94c51cf813eb3f69e22556cb990d4eec5ac3 (diff)
curl_easy_setopt: fix wrong version number references
-rw-r--r--docs/libcurl/curl_easy_setopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index a3f12d82d..f40244fc4 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1563,7 +1563,7 @@ sent to a proxy, libcurl will send both server headers and proxy headers. When
doing CONNECT, libcurl will send \fICURLOPT_PROXYHEADER\fP headers only do the
proxy and then \fICURLOPT_HTTPHEADER\fP headers only to the server.
-(Added in 7.36.0)
+(Added in 7.37.0)
.IP CURLOPT_PROXYHEADER
Pass a pointer to a linked list of HTTP headers to pass in your HTTP request
sent to a proxy. The rules for this list is identical to the
@@ -1579,7 +1579,7 @@ of headers will only cause your request to send an invalid header.
Pass a NULL to this to reset back to no custom headers.
-This option was added in libcurl 7.36.0.
+This option was added in libcurl 7.37.0.
.IP CURLOPT_HTTP200ALIASES
Pass a pointer to a linked list of aliases to be treated as valid HTTP 200
responses. Some servers respond with a custom header response line. For