aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.3
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2008-04-23 11:33:34 +0000
committerPeter Pentchev <roam@FreeBSD.org>2008-04-23 11:33:34 +0000
commitabfce57eb55e9cc29e53c532279ac3f47b9c8645 (patch)
tree56ee1f69c2e55dee4b4b5dfe83e5264755151943 /ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.3
parent3ef1068c9fed9281f63980a9c0d4a96503d99422 (diff)
downloadports-abfce57eb55e9cc29e53c532279ac3f47b9c8645.tar.gz
ports-abfce57eb55e9cc29e53c532279ac3f47b9c8645.zip
Update to curl-7.18.0.
Notes
Notes: svn path=/head/; revision=211833
Diffstat (limited to 'ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.3')
-rw-r--r--ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.312
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.3 b/ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.3
new file mode 100644
index 000000000000..2c7912978253
--- /dev/null
+++ b/ftp/curl/files/patch-docs::libcurl::curl_multi_setopt.3
@@ -0,0 +1,12 @@
+diff -urN -urN -x .svn ../../vendor/curl/docs/libcurl/curl_multi_setopt.3 ./docs/libcurl/curl_multi_setopt.3
+--- ../../vendor/curl/docs/libcurl/curl_multi_setopt.3 2008-03-24 00:40:11.000000000 +0200
++++ ./docs/libcurl/curl_multi_setopt.3 2008-03-29 16:08:14.000000000 +0200
+@@ -49,7 +49,7 @@
+ \fIcurl_multi_perform(3)\fP) - to allow libcurl to keep timeouts and retries
+ etc to work. A timeout value of -1 means that there is no timeout at all, and
+ 0 means that the timeout is already reached. Libcurl attempts to limit calling
+-this only when the fixed future timeout time actually change. See also
++this only when the fixed future timeout time actually changes. See also
+ \fICURLMOPT_TIMERDATA\fP. This callback can be used instead of, or in addition
+ to, \fIcurl_multi_timeout(3)\fP. (Added in 7.16.0)
+ .IP CURLMOPT_TIMERDATA