1 --- pselect.3.orig 2009-11-07 14:51:38.000000000 -0800
2 +++ pselect.3 2009-11-07 14:51:39.000000000 -0800
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"
25 @@ -57,7 +57,7 @@ as a slightly stronger version of
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)
43 @@ -76,7 +76,7 @@ a null pointer may be passed to indicate
45 should wait indefinitely.
49 specifies a signal mask which is set while waiting for input.