aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-21 16:18:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-21 16:18:57 +0000
commitc7775c59bf6a8fd89a446f3f7dc6e0a233ef52f8 (patch)
tree9193ef8e6166ac96cd12aea6679011842231833c /docs
parent243bd5bbb46cfb792c1c636f43b02c9834a0e0dd (diff)
mention in --limit-rate that --speed-limit might ruin the limiting slightly.
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.111
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index fc7ac6e15..e5b3968e1 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -447,10 +447,13 @@ Specify the maximum transfer rate you want curl to use. This feature is useful
if you have a limited pipe and you'd like your transfer not use your entire
bandwidth.
-The given speed is measured in bytes/second, unless a suffix is
-appended. Appending 'k' or 'K' will count the number as kilobytes, 'm' or M'
-makes it megabytes while 'g' or 'G' makes it gigabytes. Examples: 200K, 3m and
-1G.
+The given speed is measured in bytes/second, unless a suffix is appended.
+Appending 'k' or 'K' will count the number as kilobytes, 'm' or M' makes it
+megabytes while 'g' or 'G' makes it gigabytes. Examples: 200K, 3m and 1G.
+
+If you are also using the \fI--speed-limit\fP option, that option will take
+precedence and might cripple the rate-limiting slightly, to help keeping the
+speed-limit logic working.
This option was introduced in curl 7.10.