From 0e609c0eb346eb08870a935b835b72959318a344 Mon Sep 17 00:00:00 2001 From: tmm Date: Fri, 17 Jan 2003 19:25:27 +0000 Subject: Document that listen() can return EINVAL now. --- lib/libc/sys/listen.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2 index fb0dafc..bcee68f 100644 --- a/lib/libc/sys/listen.2 +++ b/lib/libc/sys/listen.2 @@ -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 -- cgit v1.1