From owner-svn-src-all@FreeBSD.ORG Mon Sep 6 21:39:55 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 520981065672; Mon, 6 Sep 2010 21:39:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 41C9C8FC18; Mon, 6 Sep 2010 21:39:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o86LdtSC066579; Mon, 6 Sep 2010 21:39:55 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o86LdtlS066577; Mon, 6 Sep 2010 21:39:55 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201009062139.o86LdtlS066577@svn.freebsd.org> From: Glen Barber Date: Mon, 6 Sep 2010 21:39:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r212269 - head/lib/libc/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 21:39:55 -0000 Author: gjb (doc committer) Date: Mon Sep 6 21:39:54 2010 New Revision: 212269 URL: http://svn.freebsd.org/changeset/base/212269 Log: Add ECONNRESET to list of possible errors in connect(2). PR: 148683 Submitted by: Gennady Proskurin Approved by: keramida (mentor) MFC after: 1 week Modified: head/lib/libc/sys/connect.2 Modified: head/lib/libc/sys/connect.2 ============================================================================== --- head/lib/libc/sys/connect.2 Mon Sep 6 21:29:21 2010 (r212268) +++ head/lib/libc/sys/connect.2 Mon Sep 6 21:39:54 2010 (r212269) @@ -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