aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-23 08:16:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-23 08:16:24 +0000
commitbc5954fe2d332e4cd47a0d749b4becc7fd46e4c8 (patch)
treeada5f1246dd071f3aed590d237351408812575d8 /docs/FAQ
parent02f6894af5ac2bdd2e8468bc48011cfdae72ea14 (diff)
updates by SM nttp at iname.com
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index d3c7c07f8..0eb6eb7ad 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -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.