From efb8471a69e0b5b9fe2296954b4917e294392372 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 26 May 2012 14:15:33 +0100 Subject: DOCS: Fixed line spacing of authentication examples in CURLOPT_URL --- docs/libcurl/curl_easy_setopt.3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3