diff options
author | 1998-06-27 02:34:38 +0000 | |
---|---|---|
committer | 1998-06-27 02:34:38 +0000 | |
commit | 9ab726e66db3c31d4c95eb26424579702dcfc1f9 (patch) | |
tree | 1af43dafe005a23314d8cafbe90b9f28b65825a0 | |
parent | indent (diff) | |
download | wireguard-openbsd-9ab726e66db3c31d4c95eb26424579702dcfc1f9.tar.xz wireguard-openbsd-9ab726e66db3c31d4c95eb26424579702dcfc1f9.zip |
Document EINVAL if peer address is multicast.
-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 |