Document that listen() can return EINVAL now.

This commit is contained in:
tmm 2003-01-17 19:25:27 +00:00
parent 44a87ce9b9
commit 0e609c0eb3

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