summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-07 12:48:38 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-07 12:48:38 +0000
commit2456c1d990936ffcf6a50fc8ca0ae2d8e6035fc8 (patch)
treedb585329631445fba28d8790435b383454c36e8f
parentaf426c9141fb1a9729304c18cf3ff21b31ce429a (diff)
dd ECONNABORTED.
-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 f0fbab7ee0f..1e898fa809f 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: accept.2,v 1.10 2000/10/18 05:12:08 aaron Exp $
+.\" $OpenBSD: accept.2,v 1.11 2001/02/07 12:48:37 itojun Exp $
.\" $NetBSD: accept.2,v 1.7 1996/01/31 20:14:42 mycroft Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -155,6 +155,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 ,