diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/connect.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index bf11278daae..6ccfee3e52c 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -94,6 +94,9 @@ Addresses in the specified address family cannot be used with this socket. The socket is already connected. .It Bq Er ETIMEDOUT Connection establishment timed out without establishing a connection. +.It Bq Er EINVAL +A TCP connection with a local broadcast or the all-ones address as +the peer was attempted. .It Bq Er ECONNREFUSED The attempt to connect was forcefully rejected. .It Bq Er ENETUNREACH |