-
- Downloads
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().
Showing
- docs/libcurl/curl_easy_setopt.3 25 additions, 12 deletionsdocs/libcurl/curl_easy_setopt.3
- docs/libcurl/curl_multi_cleanup.3 2 additions, 1 deletiondocs/libcurl/curl_multi_cleanup.3
- docs/libcurl/curl_multi_setopt.3 6 additions, 3 deletionsdocs/libcurl/curl_multi_setopt.3
- docs/libcurl/curl_multi_socket_action.3 11 additions, 6 deletionsdocs/libcurl/curl_multi_socket_action.3
- docs/libcurl/curl_multi_timeout.3 1 addition, 1 deletiondocs/libcurl/curl_multi_timeout.3
- docs/libcurl/curl_version.3 2 additions, 1 deletiondocs/libcurl/curl_version.3
Loading
Please register or sign in to comment