diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-17 08:24:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-17 08:24:22 +0000 |
commit | 060b6ce1481d523d93532e07b4b924597d838c5c (patch) | |
tree | d33c922129c75c64155f1be2168018eb74e7a34b /docs/libcurl | |
parent | 35618b4712ed45553020f5d509602d9faee5b3d1 (diff) |
the multi interface is not so new anymore!
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-multi.3 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 7d08b1e23..955063a34 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -13,11 +13,6 @@ tutorial to programming with libcurl and the \fIlibcurl-easy(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: |