aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-easy.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-05 06:11:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-05 06:11:57 +0000
commit7332350e852f9b4334711e858b71b6697490e3ec (patch)
tree19b1c7545b4393f3999fc1f77bbb9af50ef9493c /docs/libcurl/libcurl-easy.3
parent69f4dda74a905d183daaad5837e8c21c5a205bef (diff)
minor update edits
Diffstat (limited to 'docs/libcurl/libcurl-easy.3')
-rw-r--r--docs/libcurl/libcurl-easy.35
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