From: Steve Holme Date: Fri, 31 Oct 2014 12:44:43 +0000 (+0000) Subject: CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol list X-Git-Tag: curl-7_39_0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211ca5ff776ba32597b5bb06b0deef75921a2d0a;p=thirdparty%2Fcurl.git CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol list Added missing IMAP to the protocol list. --- diff --git a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 index 7a602aa115..4da2be7bfb 100644 --- a/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +++ b/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 @@ -40,7 +40,7 @@ transfers. .SH DEFAULT 0 .SH PROTOCOLS -HTTP, SMTP and POP3 +HTTP, SMTP, POP3 and IMAP .SH EXAMPLE TODO .SH AVAILABILITY