projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fcef97
)
CURLOPT_SOCKOPTFUNCTION.3: clarify return code
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 17 Jun 2014 08:10:13 +0000
(10:10 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 17 Jun 2014 08:10:13 +0000
(10:10 +0200)
docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3
patch
|
blob
|
history
diff --git
a/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3
b/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3
index f2c2848f82450c0b54a80182cd0177200432d048..51eefa1fc6057fa0ed199351cedaab46946b1234 100644
(file)
--- 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), "