aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-06-01 07:33:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-06-01 07:33:38 +0000
commit6840f80d212dcf2a4d0512fb1bd8841a6ea291d7 (patch)
tree093de8b4d45661031d53bcd776b6e31ddeabdb05
parentcac6876734c2d2a8ce966ca5e228e69d3fb19005 (diff)
CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out
-rw-r--r--docs/curl_easy_setopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index f20e41c9e..fd8e15c6d 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" $Id$
.\"
-.TH curl_easy_setopt 3 "31 May 2001" "libcurl 7.8" "libcurl Manual"
+.TH curl_easy_setopt 3 "1 June 2001" "libcurl 7.8" "libcurl Manual"
.SH NAME
curl_easy_setopt - Set curl easy-session options
.SH SYNOPSIS
@@ -495,7 +495,7 @@ Pass a long. It should contain the maximum time in seconds that you allow the
connection to the server to take. This only limits the connection phase, once
it has connected, this option is of no more use. Set to zero to disable
connection timeout (it will then only timeout on the system's internal
-timeouts). This option doesn't work in win32 systems. See also the
+timeouts). See also the
.I CURLOPT_TIMEOUT
option.
.PP