diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-06-18 11:54:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-06-18 11:54:42 +0200 |
commit | de6b89262e915b5a2ca0ccac01b107aee781830c (patch) | |
tree | 7bb45f55e128cdf2fe4515eb506661de05522b31 /docs/libcurl | |
parent | e34bdc318755a26edbe2dc3182d9390a2853035a (diff) |
CURLOPT_LOW_SPEED_LIMIT.3: language
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 b/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 index 0d4ad02ba..893c1b14a 100644 --- a/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 +++ b/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 @@ -30,8 +30,8 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_LOW_SPEED_LIMIT, long speedlimit .SH DESCRIPTION Pass a long as parameter. It contains the average transfer speed in bytes per second that the transfer should be below during -\fICURLOPT_LOW_SPEED_TIME(3)\fP seconds for libcurl to it to be too slow and -abort. +\fICURLOPT_LOW_SPEED_TIME(3)\fP seconds for libcurl to consider it to be too +slow and abort. .SH DEFAULT 0, disabled .SH PROTOCOLS |