aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-01-14 11:49:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-01-14 11:49:09 +0100
commit8b984641f2015d31901db37636929c0007ec0c75 (patch)
tree63ecccfd5026a2b4a22dac608464d853877b4335 /docs
parent5b591829b63cf24351a047fb502380dad92a0cd8 (diff)
curl_easy_setopt.3: mention how to unset CURLOPT_INFILESIZE*
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.34
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 13021c273..9ec3f05a3 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -2134,6 +2134,8 @@ as a long. See also \fICURLOPT_INFILESIZE_LARGE\fP.
For uploading using SCP, this option or \fICURLOPT_INFILESIZE_LARGE\fP is
mandatory.
+To "unset" this value again, set it to -1.
+
When sending emails using SMTP, this command can be used to specify the
optional SIZE parameter for the MAIL FROM command. (Added in 7.23.0)
@@ -2146,6 +2148,8 @@ as a curl_off_t. (Added in 7.11.0)
For uploading using SCP, this option or \fICURLOPT_INFILESIZE\fP is mandatory.
+To "unset" this value again, set it to -1.
+
When sending emails using SMTP, this command can be used to specify the
optional SIZE parameter for the MAIL FROM command. (Added in 7.23.0)