Document missing EFAULT errno value.

MFC after:	2 weeks
This commit is contained in:
Diomidis Spinellis 2004-03-03 14:51:11 +00:00
parent 59aecc9631
commit 5eb48ad91e

View File

@ -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.