Update to reflect reality.

PR:		kern/8629
This commit is contained in:
Jacques Vidrine 1998-11-16 03:49:39 +00:00
parent ff6301aaf3
commit 90d1ac3b67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41196

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)accept.2 8.2 (Berkeley) 12/11/93
.\" $Id$
.\" $Id: accept.2,v 1.5 1998/01/11 17:07:20 alex Exp $
.\"
.Dd December 11, 1993
.Dt ACCEPT 2
@ -171,9 +171,9 @@ The per-process descriptor table is full.
The system file table is full.
.It Bq Er ENOTSOCK
The descriptor references a file, not a socket.
.It Bq Er EOPNOTSUPP
The referenced socket is not of type
.Dv SOCK_STREAM .
.It Bq Er EINVAL
.Xr listen 2
has not been called on the socket descriptor.
.It Bq Er EFAULT
The
.Fa addr