summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1998-06-27 02:34:39 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1998-06-27 02:34:39 +0000
commit36fddfe11f156304c1dd0fd4b934774ec4763eb0 (patch)
tree76669a188699088e3fee0e2475ab616d097d9479 /lib
parentfea6db982346c18f5cc0f5cd23e2980f20e5d57e (diff)
Document EINVAL if peer address is multicast.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/connect.24
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