aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_cleanup.3
diff options
context:
space:
mode:
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>2013-02-22 13:06:54 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-02-22 23:22:22 +0100
commitc3ea3eb6a3a5df62a563c5e517e9f1c2e14fa958 (patch)
tree13f88c2e139dda5b14090344b5e2fb3bd8e5d022 /docs/libcurl/curl_multi_cleanup.3
parenta5b231acc2eae660fb304fdc4c71c7a3818b23ff (diff)
libcurl documentation: clarifications and typos
* Elaborates on default values of some curl_easy_setopt() options. * Reminds the user to cast variadic arguments to curl_easy_setopt() to 'void *' where curl internally interprets them as such. * Clarifies the working of the CURLOPT_SEEKFUNCTION option for curl_easy_setopt(). * Fixes typo 'forth' → 'fourth'. * Elaborates on CURL_SOCKET_TIMEOUT. * Adds some missing periods. * Notes that the return value of curl_version() must not be passed to free().
Diffstat (limited to 'docs/libcurl/curl_multi_cleanup.3')
-rw-r--r--docs/libcurl/curl_multi_cleanup.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_cleanup.3 b/docs/libcurl/curl_multi_cleanup.3
index e83c9f01b..50bc8adbd 100644
--- a/docs/libcurl/curl_multi_cleanup.3
+++ b/docs/libcurl/curl_multi_cleanup.3
@@ -41,6 +41,7 @@ handle is no longer connected to the multi handle
3 - \fIcurl_multi_cleanup(3)\fP should be called when all easy handles are
removed
.SH RETURN VALUE
-CURLMcode type, general libcurl multi interface error code.
+CURLMcode type, general libcurl multi interface error code. On success,
+CURLM_OK is returned.
.SH "SEE ALSO"
.BR curl_multi_init "(3)," curl_easy_cleanup "(3)," curl_easy_init "(3)"