From: Steve Holme Date: Fri, 31 Oct 2014 13:06:47 +0000 (+0000) Subject: CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." text X-Git-Tag: curl-7_39_0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9c1ebd6672167815073a8f225ef473a94b28af;p=thirdparty%2Fcurl.git 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. --- diff --git a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 index 4da2be7bfb..afb3cfdc3d 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