Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys add ECONNABORTED.



details:   https://anonhg.NetBSD.org/src/rev/be7feb97ecaf
branches:  trunk
changeset: 503489:be7feb97ecaf
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Feb 07 12:50:15 2001 +0000

description:
add ECONNABORTED.

diffstat:

 lib/libc/sys/accept.2 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b3815828494e -r be7feb97ecaf lib/libc/sys/accept.2
--- a/lib/libc/sys/accept.2     Wed Feb 07 12:43:52 2001 +0000
+++ b/lib/libc/sys/accept.2     Wed Feb 07 12:50:15 2001 +0000
@@ -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 @@
 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 ,



Home | Main Index | Thread Index | Old Index