diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-05-26 14:15:33 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-05-26 14:15:33 +0100 |
commit | efb8471a69e0b5b9fe2296954b4917e294392372 (patch) | |
tree | c8cd3e3ecaf3039f9ba977487aff463fce4bc232 /docs/libcurl | |
parent | 25c1b29226444f88a138557833e8542a68427cdf (diff) |
DOCS: Fixed line spacing of authentication examples in CURLOPT_URL
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 0c88fead8..5174a6593 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -626,7 +626,9 @@ authentication. For example the following types of authentication support this: http://user:password@www.example.com + ftp://user:password@ftp.example.com + pop3://user:password@mail.example.com The port is optional and when not specified libcurl will use the default port |