]> granicus.if.org Git - curl/commitdiff
CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol list
authorSteve Holme <steve_holme@hotmail.com>
Thu, 30 Oct 2014 12:32:18 +0000 (12:32 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 30 Oct 2014 12:42:06 +0000 (12:42 +0000)
Whilst the description included information about SMTP, the protocol
list only showed "TTP, FTP, IMAP, POP3".

docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3

index 2e6ec0ced86ed8fed012e15040714f47787471db..fd33118a92fe1a1e7f2f287277200bddd8ac95bf 100644 (file)
@@ -83,7 +83,7 @@ issue NOOP and RSET commands.
 .SH DEFAULT
 NULL
 .SH PROTOCOLS
-HTTP, FTP, IMAP, POP3
+HTTP, FTP, IMAP, POP3 and SMTP
 .SH EXAMPLE
 TODO
 .SH AVAILABILITY