From: Steve Holme Date: Thu, 25 Apr 2013 12:30:17 +0000 (+0100) Subject: DOCS: Minor rewording / clarification of host name protocol detection X-Git-Tag: curl-7_31_0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89acdf50fa1384d729054fd09db51e9377b5db60;p=thirdparty%2Fcurl.git DOCS: Minor rewording / clarification of host name protocol detection --- diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index f1d7bb4203..6f8c251968 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -621,8 +621,8 @@ scheme://host:port/path For a greater explanation of the format please see RFC3986. If the given URL lacks the scheme (such as "http://" or "ftp://" etc) then -libcurl will attempt to resolve the protocol based on the given host name, -which may be one of the following: +libcurl will attempt to resolve the protocol based on one of the following +given host names: HTTP, FTP, DICT, LDAP, IMAP, POP3 or SMTP