diff options
| author | itojun <itojun@NetBSD.org> | 2001-02-07 12:50:15 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2001-02-07 12:50:15 +0000 |
| commit | bf46c79fa784d4f7d8dcb2d66b0b0507bf2e73bc (patch) | |
| tree | a62b959c79e4e793396e3a683093b473b4069f07 /lib/libc | |
| parent | 93a1c84caccfeb85cb0f1be5f11d4ddc9c843eac (diff) | |
add ECONNABORTED.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/accept.2 | 4 |
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 , |
