From c6832994f7e3c69018f537f6170eef03d9b88332 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 20 Dec 2009 02:16:40 +0000 Subject: [PATCH] Sort ERRORS. --- lib/libc/sys/socketpair.2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index 10a343ff1bb..d78174ace26 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: socketpair.2,v 1.19 2004/05/13 10:20:58 wiz Exp $ +.\" $NetBSD: socketpair.2,v 1.20 2009/12/19 23:00:10 pooka Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,21 +62,21 @@ A 0 is returned if the call succeeds, \-1 if it fails. .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 , -- 2.11.4.GIT