diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-09 20:04:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-09 20:04:22 +0200 |
commit | 2064ea961282aa02867b80f505d00eef47203651 (patch) | |
tree | 37985716130e043bd7ad6b678b53ea74673821a5 /docs/libcurl | |
parent | 1a6e7da13d1bf14c09cb0509c114ba9bd3cac79f (diff) |
curl_easy_setopt.3: CURLOPT_RESOLVE typo version
Reported by: Hongli Lai
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 16f4b5842..9debc8895 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1835,7 +1835,7 @@ resolves, by including a string in the linked list that uses the format \&"-HOST:PORT". The host name must be prefixed with a dash, and the host name and port number must exactly match what was already added previously. -(Added in 7.12.3) +(Added in 7.21.3) .SH SSL and SECURITY OPTIONS .IP CURLOPT_SSLCERT Pass a pointer to a zero terminated string as parameter. The string should be |