From 94b97bdc0039c78a213e0a6170f3037eeb00122e Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 17 Jun 2004 00:19:02 +0000 Subject: [PATCH] Bug in select documentation. --- doc/socket.html | 4 ++-- 1 file 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 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).