summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_RESOLVE.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-08-09 02:33:25 -0400
committerJay Satiro <raysatiro@yahoo.com>2015-08-09 02:33:25 -0400
commitc22fae7cccc213f7d8f13a78df452ff50993b3d3 (patch)
tree189e3c1566a5cc6118376a2b67215225263f71f6 /docs/libcurl/opts/CURLOPT_RESOLVE.3
parentd712da787e17415f0fd7598fed01005d89e6bbe4 (diff)
downloadcurl-c22fae7cccc213f7d8f13a78df452ff50993b3d3.tar.gz
CURLOPT_RESOLVE.3: Note removal support was added in 7.42
Bug: http://curl.haxx.se/mail/lib-2015-08/0019.html Reported-by: Inca R
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_RESOLVE.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_RESOLVE.35
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_RESOLVE.3 b/docs/libcurl/opts/CURLOPT_RESOLVE.3
index 06a393a74..4d34ed614 100644
--- a/docs/libcurl/opts/CURLOPT_RESOLVE.3
+++ b/docs/libcurl/opts/CURLOPT_RESOLVE.3
@@ -51,7 +51,8 @@ entries.
You can remove names from the DNS cache again, to stop providing these fake
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.
+and port number must exactly match what was already added previously. (Added in
+7.42.0)
.SH DEFAULT
NULL
.SH PROTOCOLS
@@ -75,7 +76,7 @@ if(curl) {
curl_slist_free_all(host);
.fi
.SH AVAILABILITY
-Added in 7.21.3
+Added in 7.21.3. Removal support added in 7.42.0.
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"