diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-09 16:49:41 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-09 16:49:41 +0000 |
commit | 257e38d5c5c5529effc6577ae510052426cf52c7 (patch) | |
tree | acc0c18c61b745d3d6d9ff1fc48777fa01b62394 /docs | |
parent | fc70b2f916c21bb31067b2fd95fbb088e60b90f0 (diff) |
Documented error codes 77-80, and fixed the one for 60.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index da6c4d803..302174a11 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1504,7 +1504,7 @@ Problem with the local certificate .IP 59 Couldn't use specified SSL cipher .IP 60 -Problem with the CA cert (path? permission?) +Peer certificate cannot be authenticated with known CA certificates .IP 61 Unrecognized transfer encoding .IP 62 @@ -1537,6 +1537,14 @@ No such user (TFTP) Character conversion failed .IP 76 Character conversion functions required +.IP 77 +Problem with reading the SSL CA cert (path? access rights?) +.IP 78 +The resource referenced in the URL does not exist +.IP 79 +An unspecified error occurred during the SSH session +.IP 80 +Failed to shut down the SSL connection .IP XX There will appear more error codes here in future releases. The existing ones are meant to never change. |