summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-01-11 17:07:20 +0000
committeralex <alex@FreeBSD.org>1998-01-11 17:07:20 +0000
commitc273a35b46650f58df509c45f6b2916b5a7f4645 (patch)
tree755a5903952b3f25f5edca97b5817a491b385a93 /lib/libc/sys
parent031c0d791482ad095194dbc500dbabebadb8489d (diff)
downloadFreeBSD-src-c273a35b46650f58df509c45f6b2916b5a7f4645.zip
FreeBSD-src-c273a35b46650f58df509c45f6b2916b5a7f4645.tar.gz
Added EMFILE and ENFILE to errors section.
Obtained from: OpenBSD
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/accept.25
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index c5d162f..8a14cc6 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -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
OpenPOWER on IntegriCloud