1 --- _SB/Libc/gen/FreeBSD/pselect.3 2003-05-20 15:21:02.000000000 -0700
2 +++ _SB/Libc/gen/FreeBSD/pselect.3.edit 2006-06-28 16:55:51.000000000 -0700
12 -.Fa "fd_set * restrict readfds"
13 -.Fa "fd_set * restrict writefds"
14 -.Fa "fd_set * restrict exceptfds"
15 -.Fa "const struct timespec * restrict timeout"
16 -.Fa "const sigset_t * restrict newsigmask"
17 +.Fa "fd_set *restrict readfds"
18 +.Fa "fd_set *restrict writefds"
19 +.Fa "fd_set *restrict errorfds"
20 +.Fa "const struct timespec *restrict timeout"
21 +.Fa "const sigset_t *restrict sigmask"
27 .Fa nfds , readfds , writefds ,
31 arguments are all identical to the analogous arguments of
38 -.Vt "const struct timespec"
39 +.Vt "const struct timespec" ,
40 rather than the (modifiable)
45 should wait indefinitely.
49 specifies a signal mask which is set while waiting for input.