diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 00:19:02 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 00:19:02 +0000 |
commit | 94b97bdc0039c78a213e0a6170f3037eeb00122e (patch) | |
tree | a77076e0f35354d00c07953c36fc88af6b0c8706 | |
parent | 80b7acea2eb19f7facddce17733b88cb50a56cea (diff) | |
download | luasocket-94b97bdc0039c78a213e0a6170f3037eeb00122e.tar.gz luasocket-94b97bdc0039c78a213e0a6170f3037eeb00122e.tar.bz2 luasocket-94b97bdc0039c78a213e0a6170f3037eeb00122e.zip |
Bug in select documentation.
-rw-r--r-- | doc/socket.html | 4 |
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> |
134 | Interesting note: as mentioned in some manuals, calling select with both | 134 | Interesting note: as mentioned in some Unix manuals, calling select with both |
135 | sets empty and a non-null timeout is a fairly portable way to sleep with | 135 | sets empty and a non-null timeout is a fairly portable way to sleep with |
136 | sub-second precision. | 136 | sub-second precision (<b>except it doesn't work on Windows</b>). |
137 | </p> | 137 | </p> |
138 | 138 | ||
139 | 139 | ||