]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-easy.3: language polish
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Nov 2021 13:43:13 +0000 (14:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Nov 2021 13:43:13 +0000 (14:43 +0100)
docs/libcurl/libcurl-easy.3

index 4be0679f0efa161a2a9d445b54196aa7fd486782..afdd319851c51a941049705f4bfbf098a00c5b57 100644 (file)
@@ -33,11 +33,12 @@ without a specified URL as you may have figured out yourself). You might want
 to set some callbacks as well that will be called from the library when data
 is available etc. \fIcurl_easy_setopt(3)\fP is used for all this.
 
-\fICURLOPT_URL(3)\fP is only option you really must set, as otherwise there
-can be no transfer. Another commonly used option is \fICURLOPT_VERBOSE(3)\fP
-that will help you see what libcurl is doing under the hood, which is useful
-when debugging for example. The \fIcurl_easy_setopt(3)\fP man page has a full
-index of the over 200 available options.
+\fICURLOPT_URL(3)\fP is the only option you really must set, as otherwise
+there can be no transfer. Another commonly used option is
+\fICURLOPT_VERBOSE(3)\fP that will help you see what libcurl is doing under
+the hood, which is useful when debugging for example. The
+\fIcurl_easy_setopt(3)\fP man page has a full index of the almost 300
+available options.
 
 If you at any point would like to blank all previously set options for a
 single easy handle, you can call \fIcurl_easy_reset(3)\fP and you can also