artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4692b
)
doc EFAULT and xref poll(2)
author
deraadt
<deraadt@openbsd.org>
Tue, 8 Apr 1997 22:47:56 +0000
(22:47 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 8 Apr 1997 22:47:56 +0000
(22:47 +0000)
lib/libc/sys/select.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/select.2
b/lib/libc/sys/select.2
index
5e3c9ab
..
6ffc0e5
100644
(file)
--- a/
lib/libc/sys/select.2
+++ b/
lib/libc/sys/select.2
@@
-140,6
+140,13
@@
An error return from
.Fn select
indicates:
.Bl -tag -width Er
+.It Bq Er EFAULT
+One or more of
+.Fa readfds ,
+.Fa writefds ,
+or
+.Fa exceptfds
+points outside the process's allocated address space.
.It Bq Er EBADF
One of the descriptor sets specified an invalid descriptor.
.It Bq Er EINTR
@@
-154,6
+161,7
@@
negative or too large.
.Xr connect 2 ,
.Xr getdtablesize 2 ,
.Xr gettimeofday 2 ,
+.Xr poll 2 ,
.Xr read 2 ,
.Xr recv 2 ,
.Xr send 2 ,