diff options
| author | Mike Silbersack <silby@FreeBSD.org> | 2003-11-28 06:41:33 +0000 |
|---|---|---|
| committer | Mike Silbersack <silby@FreeBSD.org> | 2003-11-28 06:41:33 +0000 |
| commit | 53c9685f372eef7ac9942f9de19f94e28500edfb (patch) | |
| tree | 13515f90c7d36c7e7c6bbafdd0b0f33957090ce2 /lib | |
| parent | bafbd8d225ea9988e40d78474d512c6bf1b1b87f (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 109bcc8b024b..7e7ad43b8393 100644 --- a/lib/libc/sys/listen.2 +++ b/lib/libc/sys/listen.2 @@ -120,6 +120,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 |
