Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Mention EINVAL. From PR#17921.



details:   https://anonhg.NetBSD.org/src/rev/a172dbe0f600
branches:  trunk
changeset: 546530:a172dbe0f600
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Thu May 01 08:45:20 2003 +0000

description:
Mention EINVAL.  From PR#17921.

diffstat:

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

diffs (18 lines):

diff -r 4bfcaa0b6545 -r a172dbe0f600 lib/libc/sys/getsockname.2
--- a/lib/libc/sys/getsockname.2        Thu May 01 08:42:07 2003 +0000
+++ b/lib/libc/sys/getsockname.2        Thu May 01 08:45:20 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsockname.2,v 1.21 2003/04/16 13:34:52 wiz Exp $
+.\"    $NetBSD: getsockname.2,v 1.22 2003/05/01 08:45:20 gmcgarry Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -134,6 +134,8 @@
 The argument
 .Fa s
 is a file, not a socket.
+.It Bq Er EINVAL
+The socket has been shut down.
 .It Bq Er ENOBUFS
 Insufficient resources were available in the system to perform the operation.
 .It Bq Er EFAULT



Home | Main Index | Thread Index | Old Index