Document that listen() can return EINVAL now.

This commit is contained in:
Thomas Moestl 2003-01-17 19:25:27 +00:00
parent 6f7cab9301
commit 1902ba0c83

View File

@ -129,6 +129,8 @@ will fail if:
The argument
.Fa s
is not a valid descriptor.
.It Bq Er EINVAL
The socket is already connected, or in the process of being connected.
.It Bq Er ENOTSOCK
The argument
.Fa s