From: Steve Holme Date: Thu, 30 Oct 2014 12:32:18 +0000 (+0000) Subject: CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol list X-Git-Tag: curl-7_39_0~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b274dedf1ba83eb8e142ed11d758148fb28e72d9;p=curl CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol list Whilst the description included information about SMTP, the protocol list only showed "TTP, FTP, IMAP, POP3". --- diff --git a/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 b/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 index 2e6ec0ced..fd33118a9 100644 --- a/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 +++ b/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 @@ -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