From d5882f3f58bae606add6fc7316fa4cae78fc65e5 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Tue, 1 Apr 2003 20:25:46 +0000 Subject: [PATCH] [1] - Document EHOSTUNREACH as a possible error [2] - Remove a contraction PR: docs/50401 Submitted by: [1] Slaven Rezic MFC after: 1 week --- lib/libc/sys/connect.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index dc91aefbb89..cfc6460d768 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