From c808bb1630db08e8cdd7fd15b6202518a8c27fab Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Jun 2010 03:44:37 +0200 Subject: [PATCH] select.2: spfix Signed-off-by: Michael Kerrisk --- man2/select.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/select.2 b/man2/select.2 index e6527e3fc..1bba6b3c6 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -163,7 +163,7 @@ is an upper bound on the amount of time elapsed before returns. If both fields of the .I timeval -stucture are zero, then +structure are zero, then .BR select () returns immediately. (This is useful for polling.)