From 91b0d17289208696ca7d056cfe54b043928ff25f Mon Sep 17 00:00:00 2001 From: dds Date: Wed, 3 Mar 2004 14:51:11 +0000 Subject: Document missing EFAULT errno value. MFC after: 2 weeks --- lib/libc/sys/select.2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 93b88cb..7c503da 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -148,6 +148,14 @@ indicates: .Bl -tag -width Er .It Bq Er EBADF One of the descriptor sets specified an invalid descriptor. +.It Bq Er EFAULT +One of the arguments +.Fa readfds , +.Fa writefds , +.Fa exceptfds , +or +.Fa timeout +points to an invalid address. .It Bq Er EINTR A signal was delivered before the time limit expired and before any of the selected events occurred. -- cgit v1.1