summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2004-03-03 14:51:11 +0000
committerdds <dds@FreeBSD.org>2004-03-03 14:51:11 +0000
commit91b0d17289208696ca7d056cfe54b043928ff25f (patch)
tree7d619d98fb765f14dd52fa5b5f9dce9692f5ecf4 /lib/libc
parentb71d3614683c573bf04af9d83bfb05b15183fceb (diff)
downloadFreeBSD-src-91b0d17289208696ca7d056cfe54b043928ff25f.zip
FreeBSD-src-91b0d17289208696ca7d056cfe54b043928ff25f.tar.gz
Document missing EFAULT errno value.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/select.28
1 files changed, 8 insertions, 0 deletions
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.
OpenPOWER on IntegriCloud