summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-14 17:46:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-14 17:46:12 +0200
commit45c14b2b0883a34d4775d50cd08fb50ff9dd7118 (patch)
treec5b4154ce91f0208ab726c18d757d6a89999fca0 /docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3
parentac91c202aef8ad2aa5d12766ed998ee842e47567 (diff)
downloadcurl-45c14b2b0883a34d4775d50cd08fb50ff9dd7118.tar.gz
fixup the nroff formattingbagder/docs-maxspeed
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 b/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3
index b47063842..23bb16d31 100644
--- a/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3
+++ b/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3
@@ -37,7 +37,7 @@ than or equal to the parameter value. Defaults to unlimited speed.
This is not an exact science. libcurl attempts to keep the average speed below
the given threshold over a period time.
-If you set \fImaxspeed\fP to a value lower than \fBCURLOPT_BUFFERSIZE(3)\fP,
+If you set \fImaxspeed\fP to a value lower than \fICURLOPT_BUFFERSIZE(3)\fP,
libcurl might download faster than the set limit initially.
This option doesn't affect transfer speeds done with FILE:// URLs.