From fa708469398abf0bdee49c467aad16d3c699e6b5 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 11 Jan 1998 17:07:20 +0000 Subject: [PATCH] Added EMFILE and ENFILE to errors section. Obtained from: OpenBSD --- lib/libc/sys/accept.2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index c5d162fce3e3..8a14cc6aa2e5 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