aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/http_uri.xml
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2015-12-10 10:06:04 +0100
committerLars Thorsen <[email protected]>2015-12-11 10:06:59 +0100
commitb8f7153606e51517e3d361ebbd1b2a4ff08bb7dd (patch)
tree4ec8848890d0289d4bbb12d3415465f4bd2ac494 /lib/inets/doc/src/http_uri.xml
parentb1a1b4e8dc1929d438964017cec71869e8e24337 (diff)
downloadotp-b8f7153606e51517e3d361ebbd1b2a4ff08bb7dd.tar.gz
otp-b8f7153606e51517e3d361ebbd1b2a4ff08bb7dd.tar.bz2
otp-b8f7153606e51517e3d361ebbd1b2a4ff08bb7dd.zip
[inets] Align documentation to DTD
Diffstat (limited to 'lib/inets/doc/src/http_uri.xml')
-rw-r--r--lib/inets/doc/src/http_uri.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/inets/doc/src/http_uri.xml b/lib/inets/doc/src/http_uri.xml
index 64e6c7a6cc..8e0301c520 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>2013</year>
+ <year>2012</year><year>2015</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -142,14 +142,14 @@
<p>If the fragment option is <c>true</c>, the URI fragment is returned as
part of the parsing result, otherwise it is ignored.</p>
- <p>Scheme validation fun is to be defined as follows:
+ <p>Scheme validation fun is to be defined as follows:</p>
- <code>
+ <code>
fun(SchemeStr :: string()) ->
valid | {error, Reason :: term()}.
- </code>
+ </code>
- It is called before scheme string gets converted into scheme atom and
+ <p>It is called before scheme string gets converted into scheme atom and
thus possible atom leak could be prevented</p>
<marker id="encode"></marker>