]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_pause.3: minor wording edit
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 07:16:06 +0000 (09:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2014 07:16:06 +0000 (09:16 +0200)
docs/libcurl/curl_easy_pause.3

index d8412957a9aed3495779af44a15fa71e78a65fdc..0f6ad5a322dc956e72da53ad827ab5055300fbe0 100644 (file)
@@ -40,9 +40,8 @@ the writing is later unpaused.
 
 While it may feel tempting, take care and notice that you cannot call this
 function from another thread. To unpause, you may for example call it from the
-progress callback (see \fIcurl_easy_setopt(3)\fP's
-\fICURLOPT_PROGRESSFUNCTION(3)\fP), which gets called at least once per
-second, even if the connection is paused.
+progress callback (\fICURLOPT_PROGRESSFUNCTION(3)\fP), which gets called at
+least once per second, even if the connection is paused.
 
 When this function is called to unpause reading, the chance is high that you
 will get your write callback called before this function returns.