From f1f6eec2d86d55720951e33c7bf632176f61f35f Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 13 Sep 2010 17:28:35 +0000 Subject: MFC 212269. Add ECONNRESET to connect(2). Approved by: keramida (mentor) --- lib/libc/sys/connect.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/sys') 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 -- cgit v1.3