summaryrefslogtreecommitdiff
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
parentac91c202aef8ad2aa5d12766ed998ee842e47567 (diff)
downloadcurl-bagder/docs-maxspeed.tar.gz
fixup the nroff formattingbagder/docs-maxspeed
-rw-r--r--docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.32
-rw-r--r--docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.32
2 files changed, 2 insertions, 2 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.
diff --git a/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 b/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3
index 47b3f7cf8..ba86a67a3 100644
--- a/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3
+++ b/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3
@@ -39,7 +39,7 @@ 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_UPLOAD_BUFFERSIZE(3)\fP, libcurl might "shoot over" the limit on
+\fICURLOPT_UPLOAD_BUFFERSIZE(3)\fP, libcurl might "shoot over" the limit on
its first send and still send off a full buffer.
This option doesn't affect transfer speeds done with FILE:// URLs.