diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index d377add6af3a..b9fd5e068f72 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: select.2,v 1.33 2008/05/25 20:13:47 wiz Exp $ +.\" $NetBSD: select.2,v 1.34 2008/08/17 09:40:59 dholland Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -116,7 +116,7 @@ selection to complete. If .Fa timeout is a null pointer, the select blocks indefinitely. -To affect a poll, the +To poll without blocking, the .Fa timeout argument should be non-null, pointing to a zero-valued timeval or timespec structure, as appropriate.