diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-04 14:09:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-04 14:09:42 +0000 |
commit | 5acf997e69734bb09110fc8a275ce57c8cb6a5f7 (patch) | |
tree | 5bc8af87591e5a332fd60375d2b8d7f1582cff02 | |
parent | dd87e4ed392733d35af38ecdcecce90754b09612 (diff) |
upcoming new error code
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 64b3454eb..596d0e0b1 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -210,6 +210,9 @@ An easy handle was not good/valid. You are doomed. .IP "CURLM_INTERNAL_ERROR (4)" This can only be returned if libcurl bugs. Please report it to us! +.IP "CURLM_BAD_SOCKET (5)" +The passed-in socket is not a valid one that libcurl already knows about. +(Added in 7.16.0) .SH "CURLSHcode" The "share" interface will return a CURLSHcode to indicate when an error has occurred. Also consider \fIcurl_share_strerror(3)\fP. |