Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys fix PR/7855
details: https://anonhg.NetBSD.org/src/rev/f8518d86cdaa
branches: trunk
changeset: 474021:f8518d86cdaa
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sat Jun 26 04:12:45 1999 +0000
description:
fix PR/7855
diffstat:
lib/libc/sys/accept.2 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 8cc36598db85 -r f8518d86cdaa lib/libc/sys/accept.2
--- a/lib/libc/sys/accept.2 Sat Jun 26 03:15:54 1999 +0000
+++ b/lib/libc/sys/accept.2 Sat Jun 26 04:12:45 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: accept.2,v 1.11 1999/03/22 19:45:00 garbled Exp $
+.\" $NetBSD: accept.2,v 1.12 1999/06/26 04:12:45 sommerfeld Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -143,6 +143,11 @@
.Bl -tag -width Er
.It Bq Er EBADF
The descriptor is invalid.
+.It Bq Er EINVAL
+The socket has not been set up to accept connections (using
+.Xr bind 2
+and
+.Xr listen 2 ).
.It Bq Er ENOTSOCK
The descriptor references a file, not a socket.
.It Bq Er EOPNOTSUPP
Home |
Main Index |
Thread Index |
Old Index