opts: more multi options as stand-alone man pages

This commit is contained in:
Daniel Stenberg
2014-11-04 10:31:24 +01:00
parent 721fbf63f4
commit 1b8977ff7c
13 changed files with 319 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ CURLMOPT_TIMERDATA \- custom pointer to pass to timer callback
.nf
#include <curl/curl.h>
CURLcode curl_multi_setopt(CURL *handle, CURLMOPT_TIMERDATA, void *pointer);
CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_TIMERDATA, void *pointer);
.SH DESCRIPTION
A data \fBpointer\fP to pass to the timer callback set with the
\fICURLMOPT_TIMERFUNCTION(3)\fP option.