aboutsummaryrefslogtreecommitdiff
path: root/docs/introduction.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/introduction.html')
-rw-r--r--docs/introduction.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/introduction.html b/docs/introduction.html
index 51443a0..bc0d535 100644
--- a/docs/introduction.html
+++ b/docs/introduction.html
@@ -304,7 +304,10 @@ io.write(assert(udp:receive()))
304<p> Although not covered in the introduction, LuaSocket offers 304<p> Although not covered in the introduction, LuaSocket offers
305much more than TCP and UDP functionality. As the library 305much more than TCP and UDP functionality. As the library
306evolved, support for <a href=http.html>HTTP</a>, <a href=ftp.html>FTP</a>, 306evolved, support for <a href=http.html>HTTP</a>, <a href=ftp.html>FTP</a>,
307and <a href=smtp.html>SMTP</a> were built on top of these. These modules 307and <a href=smtp.html>SMTP</a> were built on top of these. On Unix-like
308platforms, the library also ships separate <a href=unix.html>Unix domain
309socket</a> and <a href=serial.html>serial port</a> modules, requirable as
310<tt>socket.unix</tt> and <tt>socket.serial</tt>. These modules
308and many others are covered by the <a href=reference.html>reference manual</a>. 311and many others are covered by the <a href=reference.html>reference manual</a>.
309</p> 312</p>
310 313