aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-18 10:01:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-18 10:01:51 +0000
commitcee0e942942fc65abb1fb5f22164a997da18eefb (patch)
treefaed5f329223f9618031a3b7114df5514aedb841 /docs/curl.1
parent8319ea70787ab197f1433621be040aa9584c320f (diff)
clarify that 22 can be returned on --fail for all HTTP errors being 400
or above
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.13
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 5faff9c7f..f0790e547 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -844,7 +844,8 @@ FTP write error. The transfer was reported bad by the server.
.IP 21
FTP quote error. A quote command returned error from the server.
.IP 22
-HTTP not found. The requested page was not found. This return code only
+HTTP page not retrieved. The requested url was not found or returned another
+error with the HTTP error code being 400 or above. This return code only
appears if --fail is used.
.IP 23
Write error. Curl couldn't write data to a local filesystem or similar.