aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-14 11:04:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-14 11:04:58 +0000
commit7751756636a786bcbe3ae543cec9318370ddeea3 (patch)
tree112c503a885ccbdd775c9f9511d21a41ad6f9a47 /docs/libcurl.3
parent2de6d8baf6cd19136752733df2f7aed810617665 (diff)
CURL_GLOBAL_WIN32 updates
Diffstat (limited to 'docs/libcurl.3')
-rw-r--r--docs/libcurl.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl.3 b/docs/libcurl.3
index 72cc3bde1..445ee73eb 100644
--- a/docs/libcurl.3
+++ b/docs/libcurl.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" $Id$
.\"
-.TH libcurl 5 "28 May 2001" "libcurl 7.8" "libcurl overview"
+.TH libcurl 5 "14 August 2001" "libcurl 7.8.1" "libcurl overview"
.SH NAME
libcurl \- client-side URL transfers
.SH DESCRIPTION
@@ -101,7 +101,7 @@ you to init the winsock stuff before you use the libcurl functions. Details on
this are noted on the curl_easy_init() man page.
(*) = it appears as if users of the cygwin environment get this done
-automatically.
+automatically, also libcurl 7.8.1 and later can handle this for you.
.SH "THREADS"
Never ever call curl-functions simultaneously using the same handle from
several threads. libcurl is thread-safe and can be used in any number of