diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index dc91aefbb892..cfc6460d7686 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -100,7 +100,9 @@ Connection establishment timed out without establishing a connection. .It Bq Er ECONNREFUSED The attempt to connect was forcefully rejected. .It Bq Er ENETUNREACH -The network isn't reachable from this host. +The network is not reachable from this host. +.It Bq Er EHOSTUNREACH +The remote host is not reachable from this host. .It Bq Er EADDRINUSE The address is already in use. .It Bq Er EFAULT