1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

shortened the "what is libcurl" text

This commit is contained in:
Daniel Stenberg 2001-01-15 14:59:07 +00:00
parent 12708473a6
commit a3eb91ffb1

View File

@ -79,10 +79,7 @@ FAQ
1.2 What is libcurl? 1.2 What is libcurl?
libcurl is the engine inside curl that does all the work. curl is more or libcurl is a reliable, higly portable multiprotocol file transfer library.
less the command line interface that converts the given options into libcurl
function invokes. libcurl is a reliable, higly portable multiprotocol file
transfer library.
Any application is free to use libcurl, even commercial or closed-source Any application is free to use libcurl, even commercial or closed-source
ones. ones.