From 3b976ea9f1aebc27b0133f0a0cb4d517caa2f439 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Nov 2001 12:36:00 +0000 Subject: [PATCH] Added two missing return codes... --- docs/curl.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.