aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 00:19:02 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-17 00:19:02 +0000
commit94b97bdc0039c78a213e0a6170f3037eeb00122e (patch)
treea77076e0f35354d00c07953c36fc88af6b0c8706
parent80b7acea2eb19f7facddce17733b88cb50a56cea (diff)
downloadluasocket-94b97bdc0039c78a213e0a6170f3037eeb00122e.tar.gz
luasocket-94b97bdc0039c78a213e0a6170f3037eeb00122e.tar.bz2
luasocket-94b97bdc0039c78a213e0a6170f3037eeb00122e.zip
Bug in select documentation.
-rw-r--r--doc/socket.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/socket.html b/doc/socket.html
index 8b92a3f..cf65704 100644
--- a/doc/socket.html
+++ b/doc/socket.html
@@ -131,9 +131,9 @@ method or <tt>accept</tt> might block forever.
131</p> 131</p>
132 132
133<p class=note> 133<p class=note>
134Interesting note: as mentioned in some manuals, calling select with both 134Interesting note: as mentioned in some Unix manuals, calling select with both
135sets empty and a non-null timeout is a fairly portable way to sleep with 135sets empty and a non-null timeout is a fairly portable way to sleep with
136sub-second precision. 136sub-second precision (<b>except it doesn't work on Windows</b>).
137</p> 137</p>
138 138
139 139