opts: document CURLE_OUT_OF_MEMORY among other return values

This commit is contained in:
Dan Fandrich
2014-06-20 23:43:26 +02:00
parent 59d5b4ce06
commit c088f29b98
20 changed files with 46 additions and 20 deletions

View File

@@ -56,6 +56,7 @@ TODO
.SH AVAILABILITY
This option was called CURLOPT_ENCODING before 7.21.6
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
.BR CURLOPT_TRANSFER_ENCODING "(3), " CURLOPT_HTTPHEADER "(3), "