diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2003-01-17 19:25:27 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2003-01-17 19:25:27 +0000 |
| commit | 1902ba0c83b91a0041c88f34bd065f8e774e64f5 (patch) | |
| tree | eee5f984ecbae9ba1adc940f4014cc005f36416d /lib/libc | |
| parent | 6f7cab9301e69525a3b7babe3e1982988665829a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 fb0dafc5f732..bcee68fd9100 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 |
