From owner-svn-src-head@freebsd.org Tue Oct 3 11:13:26 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8257E38D7C; Tue, 3 Oct 2017 11:13:26 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 881246F6F0; Tue, 3 Oct 2017 11:13:26 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93BDPgj092180; Tue, 3 Oct 2017 11:13:25 GMT (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93BDPcG092179; Tue, 3 Oct 2017 11:13:25 GMT (envelope-from ru@FreeBSD.org) Message-Id: <201710031113.v93BDPcG092179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ru set sender to ru@FreeBSD.org using -f From: Ruslan Ermilov Date: Tue, 3 Oct 2017 11:13:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324236 - head/lib/libc/sys X-SVN-Group: head X-SVN-Commit-Author: ru X-SVN-Commit-Paths: head/lib/libc/sys X-SVN-Commit-Revision: 324236 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 11:13:26 -0000 Author: ru Date: Tue Oct 3 11:13:25 2017 New Revision: 324236 URL: https://svnweb.freebsd.org/changeset/base/324236 Log: Fixed description of msg_name/msg_namelen in recvmsg(). Modified: head/lib/libc/sys/recv.2 Modified: head/lib/libc/sys/recv.2 ============================================================================== --- head/lib/libc/sys/recv.2 Tue Oct 3 11:00:34 2017 (r324235) +++ head/lib/libc/sys/recv.2 Tue Oct 3 11:13:25 2017 (r324236) @@ -28,7 +28,7 @@ .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" $FreeBSD$ .\" -.Dd February 3, 2017 +.Dd October 3, 2017 .Dt RECV 2 .Os .Sh NAME @@ -230,7 +230,7 @@ Here .Fa msg_name and .Fa msg_namelen -specify the destination address if the socket is unconnected; +specify the source address if the socket is unconnected; .Fa msg_name may be given as a null pointer if no names are desired or required. The