aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-17 10:10:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-17 10:10:13 +0200
commitc522c7ba885c6a03b5b6d0887312037f53b2a895 (patch)
tree45b8013da3304e2292bc8bcbd154f1f407af18b1 /docs
parent5fcef972b289bdc7f3dbd7a55a5ada0460b74b2d (diff)
CURLOPT_SOCKOPTFUNCTION.3: clarify return code
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 b/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3
index f2c2848f8..51eefa1fc 100644
--- a/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3
@@ -79,6 +79,6 @@ TODO
Added in 7.16.0. The \fICURL_SOCKOPT_ALREADY_CONNECTED\fP return code was
added in 7.21.5.
.SH RETURN VALUE
-CURLE_OK
+Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
.BR CURLOPT_SOCKOPTDATA "(3), " CURLOPT_OPENSOCKETFUNCTION "(3), "