summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 11:10:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-01 11:10:27 +0000
commitf832c1861af8e90a1ee2b6ddb8d17388cb8a5922 (patch)
tree5e39f7a2126ac2d0f4d3140df7fb69fd6ec757ea /lib
parent28b2092a160fe626044a5ddcd131597bb7c77ba6 (diff)
from netbsd; Document EMFILE and ENFILE
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/accept.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index e45a6de4963..f62dbc3ba08 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: accept.2,v 1.6 1995/02/27 12:31:41 cgd Exp $
+.\" $NetBSD: accept.2,v 1.7 1996/01/31 20:14:42 mycroft Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -154,6 +154,10 @@ user address space.
.It Bq Er EWOULDBLOCK
The socket is marked non-blocking and no connections
are present to be accepted.
+.It Bq Er EMFILE
+The per-process descriptor table is full.
+.It Bq Er ENFILE
+The system file table is full.
.El
.Sh SEE ALSO
.Xr bind 2 ,