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 ENOTCONN to returned error codes, bump date.



details:   https://anonhg.NetBSD.org/src/rev/82794e89b247
branches:  trunk
changeset: 780060:82794e89b247
user:      jdf <jdf%NetBSD.org@localhost>
date:      Mon Jul 09 21:22:21 2012 +0000

description:
Add ENOTCONN to returned error codes, bump date.
Tip of asau.

diffstat:

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

diffs (27 lines):

diff -r 278ff54655e1 -r 82794e89b247 lib/libc/sys/getsockname.2
--- a/lib/libc/sys/getsockname.2        Mon Jul 09 19:42:14 2012 +0000
+++ b/lib/libc/sys/getsockname.2        Mon Jul 09 21:22:21 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsockname.2,v 1.23 2003/08/07 16:43:59 agc Exp $
+.\"    $NetBSD: getsockname.2,v 1.24 2012/07/09 21:22:21 jdf Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)getsockname.2      8.1 (Berkeley) 6/4/93
 .\"
-.Dd August 11, 2002
+.Dd July 9, 2012
 .Dt GETSOCKNAME 2
 .Os
 .Sh NAME
@@ -134,6 +134,8 @@
 The socket has been shut down.
 .It Bq Er ENOBUFS
 Insufficient resources were available in the system to perform the operation.
+.It Bq Er ENOTCONN
+The socket is not connected.
 .It Bq Er EFAULT
 The
 .Fa name



Home | Main Index | Thread Index | Old Index