aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/part.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-09-10 09:26:04 +0200
committerIngela Anderton Andin <[email protected]>2015-09-10 09:26:04 +0200
commitd8d05299cc1f6a172721ed056c19d5c8ed513ea8 (patch)
tree397d9df878fd865260877139e3d512d40ff1b4f4 /lib/inets/doc/src/part.xml
parent45f29845fea2fa036e03f0faf451ca98813b3112 (diff)
parent628f8cff34f9784cfa34857bcd7133305acc3d27 (diff)
downloadotp-d8d05299cc1f6a172721ed056c19d5c8ed513ea8.tar.gz
otp-d8d05299cc1f6a172721ed056c19d5c8ed513ea8.tar.bz2
otp-d8d05299cc1f6a172721ed056c19d5c8ed513ea8.zip
Merge branch 'ia/tmanevik_inets/doc' into maint
* ia/tmanevik_inets/doc: inets: Fix broken links inets: Fix copy paste error inets: ftp - Remove information about alternative solutions inets: httpd - Add links and small corrections inets: httpc - Clarify/correct documentation inets: Align with alphabetical order and clean local anchor handling inets: ftp - add links and fix typos inets: Use ASSCI ' Inets Reference Manual Inets User Guide inets: sorted functions alphabetically inets: Remove documentation of legacy API
Diffstat (limited to 'lib/inets/doc/src/part.xml')
-rw-r--r--lib/inets/doc/src/part.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/inets/doc/src/part.xml b/lib/inets/doc/src/part.xml
index 1640ff507c..3b817eecf2 100644
--- a/lib/inets/doc/src/part.xml
+++ b/lib/inets/doc/src/part.xml
@@ -30,10 +30,18 @@
<file>part.sgml</file>
</header>
<description>
- <p>The <em>Inets Application </em> provides a set of Internet
- related services. Currently supported are a HTTP client, a HTTP
- server a FTP client and a TFTP client and server.</p>
+ <p>The <c>Inets</c> application provides a set of
+ Internet-related services as follows:</p>
+ <list type="bulleted">
+ <item>An FTP client</item>
+ <item>A TFTP client and server</item>
+ <item>An <term id="HTTP"></term> client and server</item>
+ </list>
+ <p>The HTTP client and server are HTTP 1.1 compliant as
+ defined in
+ <url href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</url>.</p>
</description>
+ <xi:include href="introduction.xml"/>
<xi:include href="inets_services.xml"/>
<xi:include href="ftp_client.xml"/>
<xi:include href="http_client.xml"/>