diff options
author | 1998-02-25 05:01:15 +0000 | |
---|---|---|
committer | 1998-02-25 05:01:15 +0000 | |
commit | f9af2f40ed7ad1cd5cb69cf3174a30a138e04f67 (patch) | |
tree | 9943bf68f56a4f5ef6c241e979eb6b2ecf95b432 | |
parent | Pay attention. (diff) | |
download | wireguard-openbsd-f9af2f40ed7ad1cd5cb69cf3174a30a138e04f67.tar.xz wireguard-openbsd-f9af2f40ed7ad1cd5cb69cf3174a30a138e04f67.zip |
Update man page with EINVAL error code.
-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 |