or greater/above -> higher (400)

This commit is contained in:
Viktor Szakats 2026-04-22 00:03:41 +02:00
parent 6ba2ab0741
commit a0b616162f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ failed.
FTP quote error. A quote command returned error from the server.
## 22
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
error with the HTTP error code being 400 or higher. This return code only
appears if --fail is used.
## 23
Write error. curl could not write data to a local file system or similar.

View file

@ -19,7 +19,7 @@ Example:
# `--fail`
Fail with error code 22 and with no response body output at all for HTTP
transfers returning HTTP response codes at 400 or greater.
transfers returning HTTP response codes at 400 or higher.
In normal cases when an HTTP server fails to deliver a document, it returns a
body of text stating so (which often also describes why and more) and a 4xx