diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-08 21:16:18 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-08 21:16:18 +0000 |
commit | 60f0b4fffe3de8eb1a1fc3015c2f6643fdccb57a (patch) | |
tree | e33d81438aeb7fae78945db99f4928d36689ef44 /docs/libcurl | |
parent | a95e600eb0fa1fdba0d2627ff15aaf9392b6c253 (diff) |
Fixed test 554 to pass the torture test.
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_formadd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3 index f3cea0054..e55c542f2 100644 --- a/docs/libcurl/curl_formadd.3 +++ b/docs/libcurl/curl_formadd.3 @@ -128,9 +128,9 @@ you've called \fIcurl_easy_cleanup(3)\fP for the curl handle. See example below. .SH RETURN VALUE -0 means everything was ok, non-zero means an error occurred as +0 means everything was ok, non-zero means an error occurred corresponding +to a CURL_FORMADD_* constant defined in .I <curl/curl.h> -defines. .SH EXAMPLE .nf |