summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1998-02-25 05:01:15 +0000
committerangelos <angelos@openbsd.org>1998-02-25 05:01:15 +0000
commitf9af2f40ed7ad1cd5cb69cf3174a30a138e04f67 (patch)
tree9943bf68f56a4f5ef6c241e979eb6b2ecf95b432
parentPay attention. (diff)
downloadwireguard-openbsd-f9af2f40ed7ad1cd5cb69cf3174a30a138e04f67.tar.xz
wireguard-openbsd-f9af2f40ed7ad1cd5cb69cf3174a30a138e04f67.zip
Update man page with EINVAL error code.
-rw-r--r--lib/libc/sys/connect.23
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