diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2003-04-01 20:25:46 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2003-04-01 20:25:46 +0000 |
| commit | d5882f3f58bae606add6fc7316fa4cae78fc65e5 (patch) | |
| tree | 660d1e7ad692408874d6085e571a4a69806decfc /lib | |
| parent | 9e7ea7cc66a64dba2607546b6d3d5c9e6c5da9aa (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/connect.2 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
