From c088f29b98f2cb2428dffd40805811a08569b36c Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 20 Jun 2014 23:43:26 +0200 Subject: opts: document CURLE_OUT_OF_MEMORY among other return values --- docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3') diff --git a/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 b/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 index e90e38bb2..dde3c6edb 100644 --- a/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 +++ b/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 @@ -47,6 +47,7 @@ TODO .SH AVAILABILITY Added in 7.34.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_OUT_OF_MEMORY if there was insufficient heap space. .SH "SEE ALSO" .BR CURLOPT_USERNAME "(3), " CURLOPT_PASSWORD "(3), " -- cgit v1.2.3