diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_NOPROGRESS.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_NOPROGRESS.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 b/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 index bcb39744a..ebdecb044 100644 --- a/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 +++ b/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 @@ -30,10 +30,13 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_NOPROGRESS, long onoff); .SH DESCRIPTION If \fIonoff\fP is to 1, it tells the library to shut off the progress meter completely for requests done with this \fIhandle\fP. It will also prevent the -\fICURLOPT_PROGRESSFUNCTION(3)\fP from getting called. The default value for -this parameter is 1, meaning it normally runs without a progress meter. +\fICURLOPT_PROGRESSFUNCTION(3)\fP from getting called. Future versions of libcurl are likely to not have any built-in progress meter at all. +.SH DEFAULT +1, meaning it normally runs without a progress meter. +.SH RETURN VALUE +Returns CURLE_OK. .SH "SEE ALSO" .BR CURLOPT_PROGRESSFUNCTION "(3), " |