diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-11 10:50:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-11 10:50:30 +0000 |
commit | e58a3fd0aab4dee34f767462c807943196260da8 (patch) | |
tree | 368e29bdbc0a57c1f5d3f25693cedeeb25e88142 | |
parent | 57625b6c4cc7348f4e2cfd6654acd7479f21f3c9 (diff) |
document the exit codes 82 and 83 that are new in 7.19.0
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 1f20dc709..3af6bda5d 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1556,6 +1556,10 @@ The resource referenced in the URL does not exist An unspecified error occurred during the SSH session .IP 80 Failed to shut down the SSL connection +.IP 82 +Could not load CRL file, missing or wrong format (added in 7.19.0) +.IP 83 +Issuer check failed (added in 7.19.0) .IP XX There will appear more error codes here in future releases. The existing ones are meant to never change. |