]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentions
authordivinity76 <divinity76@gmail.com>
Wed, 29 Jul 2020 13:55:56 +0000 (15:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jul 2020 22:02:24 +0000 (00:02 +0200)
it helps make it obvious that most developers don't have to care about
the CURLM_CALL_MULTI_PERFORM value (last release using it is nearly 11
years old, November 4 2009)

Closes #5744

docs/libcurl/curl_multi_perform.3
docs/libcurl/libcurl-errors.3

index 64733ffb523e46d1e9a0b186ae1ed94d0b8fb032..6a0ccb938b51fb71c65ec3c0863dfdf12c818d18 100644 (file)
@@ -103,7 +103,7 @@ default:
 .SH "RETURN VALUE"
 CURLMcode type, general libcurl multi interface error code.
 
-Before version 7.20.0: If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this
+Before version 7.20.0 (released on February 9 2010): If you receive \fICURLM_CALL_MULTI_PERFORM\fP, this
 basically means that you should call \fIcurl_multi_perform(3)\fP again, before
 you select() on more actions. You don't have to do it immediately, but the
 return code means that libcurl may have more data available to return or that
index 6f7d87d73370456303ec5dcf22cf73be3bd4354d..c76535d0ffa027512b74f3bc1aa0771f6b082f5e 100644 (file)
@@ -271,7 +271,7 @@ interface. Also consider \fIcurl_multi_strerror(3)\fP.
 .IP "CURLM_CALL_MULTI_PERFORM (-1)"
 This is not really an error. It means you should call
 \fIcurl_multi_perform(3)\fP again without doing select() or similar in
-between. Before version 7.20.0 this could be returned by
+between. Before version 7.20.0 (released on February 9 2010) this could be returned by
 \fIcurl_multi_perform(3)\fP, but in later versions this return code is never
 used.
 .IP "CURLM_CALL_MULTI_SOCKET (-1)"