summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-11 08:49:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-11 08:49:55 +0000
commit31959fb24b95b8ce9fd0f5b09303d94a52bf457d (patch)
tree8bb3f027fb5ae612f2e1469419e814f55c247c76
parent5e9675ad1efffdf29163b031527c9f2faf6cae86 (diff)
downloadgnurl-31959fb24b95b8ce9fd0f5b09303d94a52bf457d.tar.gz
gnurl-31959fb24b95b8ce9fd0f5b09303d94a52bf457d.tar.bz2
gnurl-31959fb24b95b8ce9fd0f5b09303d94a52bf457d.zip
added more recent return codes
-rw-r--r--docs/curl.118
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 6b212326a..604e77f03 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -884,6 +884,24 @@ Malformed telnet option.
The remote peer's SSL certificate wasn't ok
.IP 52
The server didn't reply anything, which here is considered an error.
+.IP 53
+SSL crypto engine not found
+.IP 54
+Cannot set SSL crypto engine as default
+.IP 55
+Failed sending network data
+.IP 56
+Failure in receiving network data
+.IP 57
+Share is in use (internal error)
+.IP 58
+Problem with the local certificate
+.IP 59
+Couldn't use specified SSL cipher
+.IP 60
+Problem with the CA cert (path? permission?)
+.IP 61
+Unrecognized transfer encoding
.IP XX
There will appear more error codes here in future releases. The existing ones
are meant to never change.