aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/part.xml
diff options
context:
space:
mode:
authortmanevik <[email protected]>2015-07-03 09:34:23 +0200
committerIngela Anderton Andin <[email protected]>2015-09-01 14:39:38 +0200
commitc54168c72bb42f8ffb0e341fd56cd81a89b53430 (patch)
tree46ee3c434f5ae72c3f9a548d6c3d01e8011b4930 /lib/inets/doc/src/part.xml
parented9ad11c9e1a1681cae44c2c2b48bf70ea68ae43 (diff)
downloadotp-c54168c72bb42f8ffb0e341fd56cd81a89b53430.tar.gz
otp-c54168c72bb42f8ffb0e341fd56cd81a89b53430.tar.bz2
otp-c54168c72bb42f8ffb0e341fd56cd81a89b53430.zip
Inets User Guide
Editorial Changes
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"/>