aboutsummaryrefslogtreecommitdiff
path: root/doc/socket.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-11-22 08:33:29 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-11-22 08:33:29 +0000
commitd55a5826e81136a9ecf65c4cd407152a56684dc2 (patch)
tree109ad44c75cee890ad5e98583e12b15b5e65a18e /doc/socket.html
parenta2b780bf7a78c66d54a248fa99b5fc862c12a127 (diff)
downloadluasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.gz
luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.bz2
luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.zip
Few tweaks in installation, some missing files, etc.
Diffstat (limited to 'doc/socket.html')
-rw-r--r--doc/socket.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/socket.html b/doc/socket.html
index 82e958a..d050a42 100644
--- a/doc/socket.html
+++ b/doc/socket.html
@@ -210,13 +210,6 @@ Use the <a href=tcp.html#settimeout><tt>settimeout</tt></a>
210method or <tt>accept</tt> might block forever. 210method or <tt>accept</tt> might block forever.
211</p> 211</p>
212 212
213<p class=note>
214Interesting note: as mentioned in some Unix manuals, calling select with both
215sets empty and a non-null timeout is a fairly portable way to sleep with
216sub-second precision (<b>except it doesn't work on Windows</b>).
217</p>
218
219
220<!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 213<!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
221 214
222<p class=name id=sink> 215<p class=name id=sink>