diff options
Diffstat (limited to 'docs/libcurl/libcurl-easy.3')
-rw-r--r-- | docs/libcurl/libcurl-easy.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl-easy.3 b/docs/libcurl/libcurl-easy.3 index 2fe4c82e5..5280bf6ff 100644 --- a/docs/libcurl/libcurl-easy.3 +++ b/docs/libcurl/libcurl-easy.3 @@ -7,9 +7,8 @@ libcurl-easy \- easy interface overview .SH DESCRIPTION When using libcurl's "easy" interface you init your session and get a handle -(often referred to as an "easy handle" in various docs and sources), which you -use as input to the easy interface functions you use. Use -\fIcurl_easy_init(3)\fP to get the handle. +(often referred to as an "easy handle"), which you use as input to the easy +interface functions you use. Use \fIcurl_easy_init(3)\fP to get the handle. You continue by setting all the options you want in the upcoming transfer, the most important among them is the URL itself (you can't transfer anything |