diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-12-22 16:51:19 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-12-22 16:51:19 -0500 |
commit | f0ba3d5e1b7e8d6bd4f0b32274c3708af117edd1 (patch) | |
tree | fb1fbbe6ad237e8a3c7189ccbf360e330f56d702 /docs | |
parent | 4d1a62089167faafae835ba97158f78d8e11e62d (diff) | |
download | curl-f0ba3d5e1b7e8d6bd4f0b32274c3708af117edd1.tar.gz |
curl_easy_pause.3: fix man page reference
Follow-up to ac9a724 from earlier today.
Ref: https://github.com/curl/curl/pull/6359
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_pause.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_pause.3 b/docs/libcurl/curl_easy_pause.3 index ab8258380..cc4bdcaad 100644 --- a/docs/libcurl/curl_easy_pause.3 +++ b/docs/libcurl/curl_easy_pause.3 @@ -50,7 +50,7 @@ The \fBhandle\fP argument is of course identifying the handle that operates on the connection you want to pause or unpause. A paused transfer is excluded from low speed cancels via the -\fBCURLOPT_LOW_SPEED_LIMIT(3)\fP option and unpausing a transfer will reset +\fICURLOPT_LOW_SPEED_LIMIT(3)\fP option and unpausing a transfer will reset the time period required for the low speed limit to be met. The \fBbitmask\fP argument is a set of bits that sets the new state of the |