summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/accept.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index fcc16f21537..f1e08dfd279 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: accept.2,v 1.13 1999/12/02 21:42:36 kleink Exp $
+.\" $NetBSD: accept.2,v 1.14 2001/02/07 12:50:15 itojun Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -167,6 +167,8 @@ are present to be accepted.
The per-process descriptor table is full.
.It Bq Er ENFILE
The system file table is full.
+.It Bq Er ECONNABORTED
+A connection has been aborted.
.El
.Sh SEE ALSO
.Xr bind 2 ,