CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." text
authorSteve Holme <steve_holme@hotmail.com>
Fri, 31 Oct 2014 13:06:47 +0000 (13:06 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 31 Oct 2014 13:14:14 +0000 (13:14 +0000)
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

index 4da2be7bfb1305de86c31a6f278386ff28fe1b01..afb3cfdc3df98082dcced92ac75a8b17391181f8 100644 (file)
@@ -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