From owner-svn-src-all@FreeBSD.ORG Sun Nov 30 21:40:02 2008 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 2DB861065670; Sun, 30 Nov 2008 21:40:02 +0000 (UTC) (envelope-from ivoras@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1C54E8FC12; Sun, 30 Nov 2008 21:40:02 +0000 (UTC) (envelope-from ivoras@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mAULe1rU002679; Sun, 30 Nov 2008 21:40:01 GMT (envelope-from ivoras@svn.freebsd.org) Received: (from ivoras@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mAULe1T6002678; Sun, 30 Nov 2008 21:40:01 GMT (envelope-from ivoras@svn.freebsd.org) Message-Id: <200811302140.mAULe1T6002678@svn.freebsd.org> From: Ivan Voras Date: Sun, 30 Nov 2008 21:40:01 +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: r185489 - 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: Sun, 30 Nov 2008 21:40:02 -0000 Author: ivoras Date: Sun Nov 30 21:40:01 2008 New Revision: 185489 URL: http://svn.freebsd.org/changeset/base/185489 Log: It's silly to claim recv(2) is to be removed in favour of recvfrom(2) (at least at this time :) ). Approved by: gnn (mentor) Modified: head/lib/libc/sys/recv.2 Modified: head/lib/libc/sys/recv.2 ============================================================================== --- head/lib/libc/sys/recv.2 Sun Nov 30 21:06:23 2008 (r185488) +++ head/lib/libc/sys/recv.2 Sun Nov 30 21:40:01 2008 (r185489) @@ -83,7 +83,6 @@ with a null pointer passed as its .Fa from argument. -As it is redundant, it may not be supported in future releases. .Pp All three routines return the length of the message on successful completion.