libcurl documentation: clarifications and typos
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>
Fri, 22 Feb 2013 12:06:54 +0000 (13:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Feb 2013 22:22:22 +0000 (23:22 +0100)
commitc3ea3eb6a3a5df62a563c5e517e9f1c2e14fa958
tree13f88c2e139dda5b14090344b5e2fb3bd8e5d022
parenta5b231acc2eae660fb304fdc4c71c7a3818b23ff
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().
docs/libcurl/curl_easy_setopt.3
docs/libcurl/curl_multi_cleanup.3
docs/libcurl/curl_multi_setopt.3
docs/libcurl/curl_multi_socket_action.3
docs/libcurl/curl_multi_timeout.3
docs/libcurl/curl_version.3