From 2456c1d990936ffcf6a50fc8ca0ae2d8e6035fc8 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Wed, 7 Feb 2001 12:48:38 +0000 Subject: dd ECONNABORTED. --- lib/libc/sys/accept.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 , -- cgit v1.2.3