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

@@ -39,6 +39,7 @@ TODO
.SH AVAILABILITY
If built TLS enabled. Only the OpenSSL and GnuTLS backends will use this.
.SH RETURN VALUE
Returns CURLE_OK if TLS is supported, and CURLE_UNKNOWN_OPTION if not.
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
.BR CURLOPT_RANDOM_FILE "(3), "