From f9af2f40ed7ad1cd5cb69cf3174a30a138e04f67 Mon Sep 17 00:00:00 2001 From: angelos Date: Wed, 25 Feb 1998 05:01:15 +0000 Subject: Update man page with EINVAL error code. --- lib/libc/sys/connect.2 | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b