diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/connect.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index 8f192397142..c4f89168d74 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -95,8 +95,8 @@ 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. +A TCP connection with a local broadcast, the all-ones or a +multicast address as the peer was attempted. .It Bq Er ECONNREFUSED The attempt to connect was forcefully rejected. .It Bq Er EINTR |