summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-08 14:43:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-08 14:43:13 +0100
commitef7c76ad82153786ace2f273af206e7cf8c39d91 (patch)
tree821cb22d56855b3921d485b8d7199bc53e726c91
parentf03778ffaecaacd06de045b935b8a462c8b0dd7d (diff)
downloadcurl-ef7c76ad82153786ace2f273af206e7cf8c39d91.tar.gz
libcurl-easy.3: language polish
-rw-r--r--docs/libcurl/libcurl-easy.311
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/libcurl/libcurl-easy.3 b/docs/libcurl/libcurl-easy.3
index 4be0679f0..afdd31985 100644
--- a/docs/libcurl/libcurl-easy.3
+++ b/docs/libcurl/libcurl-easy.3
@@ -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