From 7d9c1ebd6672167815073a8f225ef473a94b28af Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 31 Oct 2014 13:06:47 +0000 Subject: CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." text As this is covered by the PROTOCOLS section and saves having to update two parts of the document with the same information in future. --- docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 index 4da2be7bf..afb3cfdc3 100644 --- a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +++ b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 @@ -30,7 +30,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CONNECT_ONLY, long only); .SH DESCRIPTION Pass a long. If the parameter equals 1, it tells the library to perform all the required proxy authentication and connection setup, but no data transfer, -and then return. This option is implemented for HTTP, SMTP and POP3. +and then return. The option can be used to simply test a connection to a server, but is more useful when used with the \fICURLINFO_LASTSOCKET\fP option to -- cgit v1.2.3