Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys EOPNOTSUPP was incorrectly spelt as EOPNOSUPPORT



details:   https://anonhg.NetBSD.org/src/rev/ab930b5f24c4
branches:  trunk
changeset: 474441:ab930b5f24c4
user:      darrenr <darrenr%NetBSD.org@localhost>
date:      Tue Jul 06 14:39:56 1999 +0000

description:
EOPNOTSUPP was incorrectly spelt as EOPNOSUPPORT
add ENFILE to list of errors.

diffstat:

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

diffs (24 lines):

diff -r a69cce533c48 -r ab930b5f24c4 lib/libc/sys/socketpair.2
--- a/lib/libc/sys/socketpair.2 Tue Jul 06 14:37:47 1999 +0000
+++ b/lib/libc/sys/socketpair.2 Tue Jul 06 14:39:56 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: socketpair.2,v 1.9 1999/03/22 19:45:10 garbled Exp $
+.\"    $NetBSD: socketpair.2,v 1.10 1999/07/06 14:39:56 darrenr Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -67,11 +67,13 @@
 .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 EOPNOSUPPORT
+.It Bq Er EOPNOTSUPP
 The specified protocol does not support creation of socket pairs.
 .It Bq Er EFAULT
 The address



Home | Main Index | Thread Index | Old Index