diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-20 10:11:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-20 10:11:50 +0000 |
commit | eb0f72781833542689076253da0a74e1991e6242 (patch) | |
tree | 940fa06e2e504bedb3b555e9e8c0daa5e63fcb98 /docs/libcurl | |
parent | dc3d0289d66429da19172dd4a1341fd2ce60545b (diff) |
newcomer notice added
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-multi.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index a07736de2..0dc3f6216 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -2,7 +2,7 @@ .\" nroff -man [file] .\" $Id$ .\" -.TH libcurl-multi 5 "19 March 2001" "libcurl 7.9.5" "libcurl multi interface" +.TH libcurl-multi 5 "20 March 2001" "libcurl 7.9.5" "libcurl multi interface" .SH NAME libcurl-multi \- how to use the multi interface .SH DESCRIPTION @@ -13,6 +13,11 @@ programming with libcurl and the \fIlibcurl(3)\fP man page for an overview of the libcurl easy interface. All functions in the multi interface are prefixed with curl_multi. +.SH "PLEASE NOTICE" +The multi interface is a rather new member of the libcurl family. It has not +yet been very widely used. It may still be a few more bugs lurking in there +than we are used to. That said, it might also just work in every aspect you +try it. Please report all bugs and oddities you see. .SH "OBJECTIVES" The multi interface introduces several new abilities that the easy interface refuses to offer. They are mainly: |