diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-04-28 20:59:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-04-28 20:59:36 +0000 |
commit | 9920c8cd787fb924bd47991d8a664cec88cf8133 (patch) | |
tree | 667e80be09385714775d69f077e2d63b27097faf /lib/libc | |
parent | 02dd2d4e17e1058d112c34a4b221db908beb2d6a (diff) |
no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/socketpair.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2 index e4d00a90739..515c4c6fee9 100644 --- a/lib/libc/sys/socketpair.2 +++ b/lib/libc/sys/socketpair.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socketpair.2,v 1.4 1998/06/08 17:24:01 deraadt Exp $ +.\" $OpenBSD: socketpair.2,v 1.5 1999/04/28 20:59:35 aaron Exp $ .\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -72,7 +72,7 @@ Too many descriptors are in use by this process. 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 @@ -81,8 +81,8 @@ does not specify a valid part of the process address space. .Sh SEE ALSO .Xr read 2 , -.Xr write 2 , -.Xr pipe 2 +.Xr pipe 2 , +.Xr write 2 .Sh BUGS This call is currently implemented only for the .Tn LOCAL |