diff options
Diffstat (limited to 'lib/libc/gen/pselect.3')
-rw-r--r-- | lib/libc/gen/pselect.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/pselect.3 b/lib/libc/gen/pselect.3 index 6abb952..d09524c 100644 --- a/lib/libc/gen/pselect.3 +++ b/lib/libc/gen/pselect.3 @@ -39,7 +39,7 @@ .Sh SYNOPSIS .In sys/select.h .Ft int -.Fn pselect "int nfds" "fd_set *readfds" "fd_set *writefds" "fd_set *exceptfds" "const struct timespec *timeout" "const sigset_t *newsigmask" +.Fn pselect "int nfds" "fd_set * restrict readfds" "fd_set * restrict writefds" "fd_set * restrict exceptfds" "const struct timespec * restrict timeout" "const sigset_t * restrict newsigmask" .Sh DESCRIPTION The .Fn pselect |