diff options
author | divinity76 <divinity76@gmail.com> | 2020-07-29 15:55:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-07-30 00:02:24 +0200 |
commit | be6d2f3418a43e0ce28827424e8c78034c34a615 (patch) | |
tree | d00ddfd3e265dac7b5820994d76608a2a1590c35 | |
parent | 5f79891658708ccdc2ca6b616595a51840c27b07 (diff) | |
download | curl-be6d2f3418a43e0ce28827424e8c78034c34a615.tar.gz |
docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentions
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
-rw-r--r-- | docs/libcurl/curl_multi_perform.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3 index 64733ffb5..6a0ccb938 100644 --- a/docs/libcurl/curl_multi_perform.3 +++ b/docs/libcurl/curl_multi_perform.3 @@ -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 diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 6f7d87d73..c76535d0f 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -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)" |