diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-02-25 05:01:16 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-02-25 05:01:16 +0000 |
commit | 0c5be6e66ed81a157576d6c27728ef9e3296428f (patch) | |
tree | 4871b8269099639ea603aae1c9c79285dde2d07d /lib | |
parent | c88bd8f698dee39b21d0963b9af8948f1e7d978e (diff) |
Update man page with EINVAL error code.
Diffstat (limited to 'lib')
-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 |