diff options
author | tmm <tmm@FreeBSD.org> | 2003-01-17 19:25:27 +0000 |
---|---|---|
committer | tmm <tmm@FreeBSD.org> | 2003-01-17 19:25:27 +0000 |
commit | 0e609c0eb346eb08870a935b835b72959318a344 (patch) | |
tree | eee5f984ecbae9ba1adc940f4014cc005f36416d /lib/libc/sys | |
parent | 44a87ce9b92bb756504a91bab3f4fef496a80ea0 (diff) | |
download | FreeBSD-src-0e609c0eb346eb08870a935b835b72959318a344.zip FreeBSD-src-0e609c0eb346eb08870a935b835b72959318a344.tar.gz |
Document that listen() can return EINVAL now.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/listen.2 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |