diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-08 21:04:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-08 21:04:46 +0000 |
commit | c6efb8252632e8a344c0839e80f4aa830e8a0db2 (patch) | |
tree | 137d6822d6872716813125a6f6bbdd2fb5a85773 /docs/libcurl/libcurl-errors.3 | |
parent | 5abfdc0140df0977b02506d16796f616158bfe88 (diff) |
the next release is now called 7.19.0
Diffstat (limited to 'docs/libcurl/libcurl-errors.3')
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index c1ab31237..4fb87ad56 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -21,7 +21,7 @@ .\" * $Id$ .\" ************************************************************************** .\" -.TH libcurl-errors 3 "30 Aug 2007" "libcurl 7.17.0" "libcurl errors" +.TH libcurl-errors 3 "8 Jun 2008" "libcurl 7.19.0" "libcurl errors" .SH NAME libcurl-errors \- error codes in libcurl .SH DESCRIPTION @@ -213,9 +213,9 @@ Socket is not ready for send/recv wait till it's ready and try again. This return code is only returned from \fIcurl_easy_recv(3)\fP and \fIcurl_easy_send(3)\fP (Added in 7.18.2) .IP "CURLE_SSL_CRL_BADFILE (82)" -Failed to load CRL file (Added in 7.18.3) +Failed to load CRL file (Added in 7.19.0) .IP "CURLE_SSL_ISSUER_ERROR (83)" -Issuer check failed (Added in 7.18.3) +Issuer check failed (Added in 7.19.0) .IP "CURLE_OBSOLETE*" These error codes will never be returned. They used to be used in an old libcurl version and are currently unused. |