diff options
Diffstat (limited to 'docs/libcurl/curl_easy_pause.3')
-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 |