From: Daniel Stenberg Date: Sat, 10 Dec 2005 22:12:44 +0000 (+0000) Subject: fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. Humbad X-Git-Tag: curl-7_15_2~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d71e22f086d05b4d165c338af5f91995fbd6cca;p=thirdparty%2Fcurl.git fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. Humbad --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 0cabd0047b..c6ba03b643 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -275,7 +275,7 @@ Pass a FILE * as parameter. Tell libcurl to use this stream instead of stderr when showing the progress meter and displaying \fICURLOPT_VERBOSE\fP data. .IP CURLOPT_FAILONERROR A non-zero parameter tells the library to fail silently if the HTTP code -returned is equal to or larger than 300. The default action would be to return +returned is equal to or larger than 400. The default action would be to return the page normally, ignoring that code. .SH NETWORK OPTIONS .IP CURLOPT_URL