From e3bdb98f7a07ca7c8c12b4d7960936398e6b73d4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Sep 2005 06:07:41 +0000 Subject: oops, broken sentence fixed: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305 --- docs/libcurl/libcurl-tutorial.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl') diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 1610fa559..0a0a5f095 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -243,7 +243,7 @@ where it'll store a human readable error message as well. If you then want to transfer another file, the handle is ready to be used again. Mind you, it is even preferred that you re-use an existing handle if you intend to make another transfer. libcurl will then attempt to re-use the -previous +previous connection. .SH "Multi-threading Issues" The first basic rule is that you must \fBnever\fP share a libcurl handle (be -- cgit v1.2.3