summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-23 17:58:55 +0000
committerbde <bde@FreeBSD.org>1997-11-23 17:58:55 +0000
commit77a5ba68ebce0889635024a0fb60ec919f226621 (patch)
tree5310c854d831990a43752ba779bbaa6dd53bdbd1 /lib/libc/sys/socket.2
parent608663aedf97b58a40a7c2f93d69b5269d384759 (diff)
downloadFreeBSD-src-77a5ba68ebce0889635024a0fb60ec919f226621.zip
FreeBSD-src-77a5ba68ebce0889635024a0fb60ec919f226621.tar.gz
Fixed spelling of EACCES.
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r--lib/libc/sys/socket.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index fb6e4fa..c49004c 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
-.\" $Id: socket.2,v 1.6 1997/02/22 15:04:28 peter Exp $
+.\" $Id: socket.2,v 1.7 1997/03/24 01:22:01 jmg Exp $
.\"
-.Dd February 15, 1995
+.Dd November 24, 1997
.Dt SOCKET 2
.Os BSD 4.2
.Sh NAME
@@ -230,7 +230,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
OpenPOWER on IntegriCloud