summaryrefslogtreecommitdiff
path: root/docs/libcurl/gnurl_multi_perform.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/gnurl_multi_perform.3')
-rw-r--r--docs/libcurl/gnurl_multi_perform.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/gnurl_multi_perform.3 b/docs/libcurl/gnurl_multi_perform.3
index f144babb4..f59cc5e53 100644
--- a/docs/libcurl/gnurl_multi_perform.3
+++ b/docs/libcurl/gnurl_multi_perform.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -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