diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2010-09-13 17:28:35 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2010-09-13 17:28:35 +0000 |
| commit | f1f6eec2d86d55720951e33c7bf632176f61f35f (patch) | |
| tree | 82c33c701123a19ef73e9310f9a4d4e08e010de7 /lib/libc | |
| parent | 15c9a9682ce638ccfce814fd4e83d0cd13994211 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 c673a836d234..ac019e829c37 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -28,7 +28,7 @@ .\" @(#)connect.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd August 16, 2006 +.Dd September 5, 2010 .Dt CONNECT 2 .Os .Sh NAME @@ -95,6 +95,8 @@ The socket is already connected. Connection establishment timed out without establishing a connection. .It Bq Er ECONNREFUSED The attempt to connect was forcefully rejected. +.It Bq Er ECONNRESET +The connection was reset by the remote host. .It Bq Er ENETUNREACH The network is not reachable from this host. .It Bq Er EHOSTUNREACH |
