summaryrefslogtreecommitdiff
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authormikel <mikel@NetBSD.org>1997-11-27 07:36:24 +0000
committermikel <mikel@NetBSD.org>1997-11-27 07:36:24 +0000
commit335c5b7630d2837a2dbf00c10d65408e52073db5 (patch)
treefa0594f37028dfd5325a441ee0b37180ec644f6a /lib/libc/sys/socket.2
parentd1033b38a5f11aa6c905a768ac25be741d78695f (diff)
s/EACCESS/EACCES/, from Brian Evans via OpenBSD
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r--lib/libc/sys/socket.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 364ab4a3c05..ca22d497d4c 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
+.\" $NetBSD: socket.2,v 1.6 1997/11/27 07:37:21 mikel Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -221,7 +221,7 @@ within this domain.
The per-process descriptor table is full.
.It Bq Er ENFILE
The system file table is full.
-.It Bq Er EACCESS
+.It Bq Er EACCES
Permission to create a socket of the specified type and/or protocol
is denied.
.It Bq Er ENOBUFS