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

@@ -111,6 +111,8 @@ CURLAUTH_ONLY was added in 7.21.3
CURLAUTH_NTLM_WB was added in 7.22.0
.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_NOT_BUILT_IN if the bitmask specified no supported authentication
methods.
.SH "SEE ALSO"
.BR CURLOPT_PROXYAUTH "(3), " CURLOPT_USERPWD "(3), "