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/17f27aa1bbff
branches: trunk
changeset: 765706:17f27aa1bbff
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jun 03 08:07:48 2011 +0000
description:
Sort errors.
diffstat:
lib/libc/sys/getpeername.2 | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (39 lines):
diff -r 459232bb90f0 -r 17f27aa1bbff lib/libc/sys/getpeername.2
--- a/lib/libc/sys/getpeername.2 Fri Jun 03 08:06:54 2011 +0000
+++ b/lib/libc/sys/getpeername.2 Fri Jun 03 08:07:48 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpeername.2,v 1.20 2011/06/03 05:50:07 jruoho Exp $
+.\" $NetBSD: getpeername.2,v 1.21 2011/06/03 08:07:48 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -107,20 +107,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 ENOTCONN
-The socket is not connected.
-.It Bq Er ENOBUFS
-Insufficient resources were available in the system
-to perform the operation.
.It Bq Er EFAULT
The
.Fa name
parameter points to memory not in a valid part of the
process address space.
+.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 ENOTSOCK
+The argument
+.Fa s
+is a file, not a socket.
.El
.Sh SEE ALSO
.Xr accept 2 ,
Home |
Main Index |
Thread Index |
Old Index