summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2003-04-01 20:25:46 +0000
committerceri <ceri@FreeBSD.org>2003-04-01 20:25:46 +0000
commit3c073571b379453de67e35e4ed9742cfa5e7127d (patch)
tree660d1e7ad692408874d6085e571a4a69806decfc /lib
parentbf358194b49bb23c91aa376666119dc23929d495 (diff)
downloadFreeBSD-src-3c073571b379453de67e35e4ed9742cfa5e7127d.zip
FreeBSD-src-3c073571b379453de67e35e4ed9742cfa5e7127d.tar.gz
[1] - Document EHOSTUNREACH as a possible error
[2] - Remove a contraction PR: docs/50401 Submitted by: [1] Slaven Rezic <slaven@rezic.de> MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/connect.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2
index dc91aef..cfc6460 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
OpenPOWER on IntegriCloud