diff options
Diffstat (limited to 'lib/libc/sys/select.2')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 7c503da..823eeaa 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -150,9 +150,7 @@ indicates: One of the descriptor sets specified an invalid descriptor. .It Bq Er EFAULT One of the arguments -.Fa readfds , -.Fa writefds , -.Fa exceptfds , +.Fa readfds , writefds , exceptfds , or .Fa timeout points to an invalid address. |