From 1b8977ff7cc06f2c7fbd82a3f95f72c52d0221f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Nov 2014 10:31:24 +0100 Subject: opts: more multi options as stand-alone man pages --- docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3') diff --git a/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 b/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 index eb2560b39..759ce0862 100644 --- a/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 +++ b/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 @@ -26,7 +26,7 @@ CURLMOPT_MAXCONNECTS \- set size of connection cache .SH SYNOPSIS #include -CURLcode curl_multi_setopt(CURL *handle, CURLMOPT_MAXCONNECTS, long max); +CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_MAXCONNECTS, long max); .SH DESCRIPTION Pass a long indicating the \fBmax\fP. The set number will be used as the maximum amount of simultaneously open connections that libcurl may keep in its -- cgit v1.2.3