summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-01-03 23:39:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-01-03 23:39:22 +0100
commit0f8239d5b44b9dc027070385e5ebf7ac1f5d5560 (patch)
treecba42b75651b4fff90a8852eee2b0c0825f45ec0
parenta4202be655335626d2b1cc9fa4205f415f894211 (diff)
downloadcurl-0f8239d5b44b9dc027070385e5ebf7ac1f5d5560.tar.gz
curl_easy_setopt: refer to the most recent URI RFC
-rw-r--r--docs/libcurl/curl_easy_setopt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index cce2e09b6..9dcce8770 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -594,8 +594,8 @@ terminated string which must be URL-encoded in the following format:
scheme://host:port/path
-For a greater explanation of the format please see RFC 2396
-(http://curl.haxx.se/rfc/rfc2396.txt).
+For a greater explanation of the format please see RFC 3986
+(http://curl.haxx.se/rfc/rfc3986.txt).
If the given URL lacks the scheme, or protocol, part ("http://" or "ftp://"
etc), libcurl will attempt to resolve which protocol to use based on the