opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE

This commit is contained in:
Dan Fandrich
2014-06-18 23:27:24 +02:00
parent 479675f23e
commit efbffa2fb7
24 changed files with 48 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ TODO
.SH AVAILABILITY
If built with HTTP support
.SH RETURN VALUE
Returns CURLE_OK if HTTP support is enabled, CURLE_UNKNOWN_OPTION if not.
Returns CURLE_OK if HTTP support is enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
.BR CURLOPT_USERAGENT "(3), " CURLOPT_HTTPHEADER "(3), "