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 accept might block forever.

-Interesting note: as mentioned in some manuals, calling select with both +Interesting note: as mentioned in some Unix manuals, calling select with both sets empty and a non-null timeout is a fairly portable way to sleep with -sub-second precision. +sub-second precision (except it doesn't work on Windows).