diff options
Diffstat (limited to 'docs/introduction.html')
| -rw-r--r-- | docs/introduction.html | 5 |
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 |
| 305 | much more than TCP and UDP functionality. As the library | 305 | much more than TCP and UDP functionality. As the library |
| 306 | evolved, support for <a href=http.html>HTTP</a>, <a href=ftp.html>FTP</a>, | 306 | evolved, support for <a href=http.html>HTTP</a>, <a href=ftp.html>FTP</a>, |
| 307 | and <a href=smtp.html>SMTP</a> were built on top of these. These modules | 307 | and <a href=smtp.html>SMTP</a> were built on top of these. On Unix-like |
| 308 | platforms, the library also ships separate <a href=unix.html>Unix domain | ||
| 309 | socket</a> and <a href=serial.html>serial port</a> modules, requirable as | ||
| 310 | <tt>socket.unix</tt> and <tt>socket.serial</tt>. These modules | ||
| 308 | and many others are covered by the <a href=reference.html>reference manual</a>. | 311 | and many others are covered by the <a href=reference.html>reference manual</a>. |
| 309 | </p> | 312 | </p> |
| 310 | 313 | ||
