libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK

Follow-up to #8089 (2b3dd01)

Closes #8116
This commit is contained in:
Daniel Stenberg 2021-12-08 15:01:33 +01:00
parent 8d8f384f32
commit e067f46c4d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -307,6 +307,8 @@ An API function was called from inside a callback.
Wakeup is unavailable or failed.
.IP "CURLM_BAD_FUNCTION_ARGUMENT (10)"
A function was called with a bad parameter.
.IP "CURLM_ABORTED_BY_CALLBACK (11)"
A multi handle callback returned error.
.SH "CURLSHcode"
The "share" interface will return a CURLSHcode to indicate when an error has
occurred. Also consider \fIcurl_share_strerror(3)\fP.