mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Added EMFILE and ENFILE to errors section.
Obtained from: OpenBSD
This commit is contained in:
parent
5e8b84b628
commit
fa70846939
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32437
@ -30,6 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)accept.2 8.2 (Berkeley) 12/11/93
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd December 11, 1993
|
||||
.Dt ACCEPT 2
|
||||
@ -164,6 +165,10 @@ will fail if:
|
||||
.Bl -tag -width EWOULDBLOCK
|
||||
.It Bq Er EBADF
|
||||
The descriptor is invalid.
|
||||
.It Bq Er EMFILE
|
||||
The per-process descriptor table is full.
|
||||
.It Bq Er ENFILE
|
||||
The system file table is full.
|
||||
.It Bq Er ENOTSOCK
|
||||
The descriptor references a file, not a socket.
|
||||
.It Bq Er EOPNOTSUPP
|
||||
|
Loading…
Reference in New Issue
Block a user