Fix grammar. Noted by Taylor R Campbell in PR 39369.
This commit is contained in:
parent
1becd174de
commit
377b231974
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue