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/1b8c0057185b
branches:  trunk
changeset: 750191:1b8c0057185b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Dec 20 02:16:40 2009 +0000

description:
Sort ERRORS.

diffstat:

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

diffs (39 lines):

diff -r 5d94b4b3bd1e -r 1b8c0057185b lib/libc/sys/socketpair.2
--- a/lib/libc/sys/socketpair.2 Sat Dec 19 23:10:57 2009 +0000
+++ b/lib/libc/sys/socketpair.2 Sun Dec 20 02:16:40 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: socketpair.2,v 1.20 2009/12/19 23:00:10 pooka Exp $
+.\"    $NetBSD: socketpair.2,v 1.21 2009/12/20 02:16:40 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -62,21 +62,21 @@
 .Sh ERRORS
 The call succeeds unless:
 .Bl -tag -width Er
-.It Bq Er EMFILE
-Too many descriptors are in use by this process.
-.It Bq Er ENFILE
-The system file table is full.
 .It Bq Er EAFNOSUPPORT
 The specified address family is not supported on this machine.
-.It Bq Er EPROTONOSUPPORT
-The specified protocol is not supported on this machine.
-.It Bq Er EOPNOTSUPP
-The specified protocol does not support creation of socket pairs.
 .It Bq Er EFAULT
 The address
 .Fa sv
 does not specify a valid part of the
 process address space.
+.It Bq Er EMFILE
+Too many descriptors are in use by this process.
+.It Bq Er ENFILE
+The system file table is full.
+.It Bq Er EOPNOTSUPP
+The specified protocol does not support creation of socket pairs.
+.It Bq Er EPROTONOSUPPORT
+The specified protocol is not supported on this machine.
 .El
 .Sh SEE ALSO
 .Xr pipe 2 ,



Home | Main Index | Thread Index | Old Index