aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-01-09 08:35:20 +0100
committerHans Bolinder <[email protected]>2013-01-09 08:35:20 +0100
commit9767e72b44ebd0cd5277634c4a37318479623c2d (patch)
treea63b53163c57875a377952a648f4e824813b5753 /lib/inets
parentee4d1a790007aa3419b61300936aa20acafda142 (diff)
parent3448e2aa81a01244458824aae94d3e746a9a4c24 (diff)
downloadotp-9767e72b44ebd0cd5277634c4a37318479623c2d.tar.gz
otp-9767e72b44ebd0cd5277634c4a37318479623c2d.tar.bz2
otp-9767e72b44ebd0cd5277634c4a37318479623c2d.zip
Merge branch 'hb/fix_fop_warnings/OTP-10665'
* hb/fix_fop_warnings/OTP-10665: Fix some FOP warnings
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/doc/src/http_uri.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/inets/doc/src/http_uri.xml b/lib/inets/doc/src/http_uri.xml
index bd31ae42d2..d9e8587bbf 100644
--- a/lib/inets/doc/src/http_uri.xml
+++ b/lib/inets/doc/src/http_uri.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>2012</year><year>2012</year>
+ <year>2012</year><year>2013</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -55,7 +55,8 @@ string() = list of ASCII characters
<p>For more information about URI, see RFC 3986. </p>
<code type="none"><![CDATA[
-uri() = string() - Syntax according to the URI definition in rfc 3986, ex: "http://www.erlang.org/"
+uri() = string() - Syntax according to the URI definition in rfc 3986,
+ e.g.: "http://www.erlang.org/"
user_info() = string()
scheme() = atom() - Example: http, https
host() = string()