Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/afb337c56a0d
branches:  trunk
changeset: 816871:afb337c56a0d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jul 30 11:31:00 2016 +0000

description:
Sort errors.

diffstat:

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

diffs (38 lines):

diff -r d162b71563e9 -r afb337c56a0d lib/libc/sys/getsockname.2
--- a/lib/libc/sys/getsockname.2        Sat Jul 30 11:10:40 2016 +0000
+++ b/lib/libc/sys/getsockname.2        Sat Jul 30 11:31:00 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsockname.2,v 1.25 2016/07/30 11:10:40 njoly Exp $
+.\"    $NetBSD: getsockname.2,v 1.26 2016/07/30 11:31:00 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -126,20 +126,20 @@
 The argument
 .Fa s
 is not a valid descriptor.
-.It Bq Er ENOTSOCK
-The argument
-.Fa s
-is a file, not a socket.
+.It Bq Er EFAULT
+The
+.Fa name
+parameter points to memory not in a valid part of the process address space.
 .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 ENOTCONN
 The socket is not connected.
-.It Bq Er EFAULT
-The
-.Fa name
-parameter points to memory not in a valid part of the process address space.
+.It Bq Er ENOTSOCK
+The argument
+.Fa s
+is a file, not a socket.
 .El
 .Sh SEE ALSO
 .Xr bind 2 ,



Home | Main Index | Thread Index | Old Index