aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-08 12:36:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-08 12:36:00 +0000
commit3b976ea9f1aebc27b0133f0a0cb4d517caa2f439 (patch)
tree912749752cacf96518a65ba19365fb0d36aa08fa /docs
parent2c16dfb526475397e7254f917c97306ba8de4ce7 (diff)
Added two missing return codes...
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.16
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index f1969e436..358ef2d6a 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "30 Oct 2001" "Curl 7.9.1" "Curl Manual"
+.TH curl 1 "8 Nov 2001" "Curl 7.9.1" "Curl Manual"
.SH NAME
curl \- get a URL with FTP, TELNET, LDAP, GOPHER, DICT, FILE, HTTP or
HTTPS syntax.
@@ -790,6 +790,10 @@ Too many redirects. When following redirects, curl hit the maximum amount.
Unknown TELNET option specified.
.IP 49
Malformed telnet option.
+.IP 51
+The remote peer's SSL certificate wasn't ok
+.IP 52
+The server didn't reply anything, which here is considered an error.
.IP XX
There will appear more error codes here in future releases. The existing ones
are meant to never change.