From efbffa2fb7d06468213abc3205ed33b90e4ecaf1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 18 Jun 2014 23:27:24 +0200 Subject: opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE --- docs/libcurl/opts/CURLOPT_CAINFO.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/opts/CURLOPT_CAINFO.3') diff --git a/docs/libcurl/opts/CURLOPT_CAINFO.3 b/docs/libcurl/opts/CURLOPT_CAINFO.3 index 82411e98d..1f2dfc42b 100644 --- a/docs/libcurl/opts/CURLOPT_CAINFO.3 +++ b/docs/libcurl/opts/CURLOPT_CAINFO.3 @@ -49,6 +49,7 @@ TODO .SH AVAILABILITY If built TLS enabled .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_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), " -- cgit v1.2.3