diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-03-23 08:16:24 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-23 08:16:24 +0000 |
| commit | bc5954fe2d332e4cd47a0d749b4becc7fd46e4c8 (patch) | |
| tree | ada5f1246dd071f3aed590d237351408812575d8 /docs/FAQ | |
| parent | 02f6894af5ac2bdd2e8468bc48011cfdae72ea14 (diff) | |
updates by SM nttp at iname.com
Diffstat (limited to 'docs/FAQ')
| -rw-r--r-- | docs/FAQ | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -84,10 +84,11 @@ FAQ 1.2 What is libcurl? - libcurl is a reliable, higly portable multiprotocol file transfer library. + libcurl is a reliable and portable library which provides you with an easy + interface to a range of common internet protocols. - Any application is free to use libcurl, even commercial or closed-source - ones. + You can use libcurl for free in your application even if it is commercial + or closed-source. 1.3 What is cURL not? @@ -499,7 +500,7 @@ FAQ available way to do multiple requests was to init/perform/cleanup for each transfer. - 5.4 Does libcurl do Winsock initing on win32 systems? + 5.4 Does libcurl do Winsock initialization on win32 systems? No. |
