aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-20 23:43:26 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-20 23:43:46 +0200
commitc088f29b98f2cb2428dffd40805811a08569b36c (patch)
treef23a4dc6c92b8f43044b3f318fb42aa79618f819 /docs/libcurl/opts/CURLOPT_DNS_SERVERS.3
parent59d5b4ce06473c428e184db8e1baa1416cfb24f4 (diff)
opts: document CURLE_OUT_OF_MEMORY among other return values
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_DNS_SERVERS.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_DNS_SERVERS.35
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 b/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3
index 94a478b8b..9f5178882 100644
--- a/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3
+++ b/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3
@@ -48,6 +48,9 @@ supports this operation. The c-ares backend is the only such one.
Added in 7.24.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,
+CURLE_NOT_BUILT_IN if support was disabled at compile-time,
+CURLE_BAD_FUNCTION_ARGUMENT when given an invalid server list, or
+CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
.BR CURLOPT_DNS_LOCAL_IP4 "(3), " CURLOPT_DNS_CACHE_TIMEOUT "(3), "