summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-15 14:59:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-15 14:59:07 +0000
commita3eb91ffb168dce9e5c4667eb2aaa314e240a2c0 (patch)
treebacc77254d3ddfd8d98412860478ad5ad668666f
parent12708473a6492d23e9cda9c22c45891039639f1a (diff)
downloadgnurl-a3eb91ffb168dce9e5c4667eb2aaa314e240a2c0.tar.gz
gnurl-a3eb91ffb168dce9e5c4667eb2aaa314e240a2c0.tar.bz2
gnurl-a3eb91ffb168dce9e5c4667eb2aaa314e240a2c0.zip
shortened the "what is libcurl" text
-rw-r--r--docs/FAQ5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index b5a7cc7e8..c88fcd0c4 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -79,10 +79,7 @@ FAQ
1.2 What is libcurl?
- libcurl is the engine inside curl that does all the work. curl is more or
- less the command line interface that converts the given options into libcurl
- function invokes. libcurl is a reliable, higly portable multiprotocol file
- transfer library.
+ libcurl is a reliable, higly portable multiprotocol file transfer library.
Any application is free to use libcurl, even commercial or closed-source
ones.