Author: gjb (doc committer) Date: Mon Sep 13 17:27:43 2010 New Revision: 212564 URL: http://svn.freebsd.org/changeset/base/212564
Log: MFC 212269. Add ECONNRESET to connect(2). Approved by: keramida (mentor) Modified: stable/8/lib/libc/sys/connect.2 Modified: stable/8/lib/libc/sys/connect.2 ============================================================================== --- stable/8/lib/libc/sys/connect.2 Mon Sep 13 17:23:18 2010 (r212563) +++ stable/8/lib/libc/sys/connect.2 Mon Sep 13 17:27:43 2010 (r212564) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"