From owner-svn-src-head@FreeBSD.ORG Thu Mar 1 09:06:00 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C3961065672; Thu, 1 Mar 2012 09:06:00 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B54BF8FC0C; Thu, 1 Mar 2012 09:05:58 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA03304; Thu, 01 Mar 2012 11:05:55 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1S31xT-000CKO-7O; Thu, 01 Mar 2012 11:05:55 +0200 Message-ID: <4F4F3BFB.5030104@FreeBSD.org> Date: Thu, 01 Mar 2012 11:06:03 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: Andrey Zonov References: <201202292241.q1TMffCk048359@svn.freebsd.org> <4F4F2375.3080209@zonov.org> In-Reply-To: <4F4F2375.3080209@zonov.org> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Andrew Thompson Subject: Re: svn commit: r232321 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 01 Mar 2012 09:06:00 -0000 on 01/03/2012 09:21 Andrey Zonov said the following: > On 01.03.2012 2:41, Andrew Thompson wrote: >> Author: thompsa >> Date: Wed Feb 29 22:41:40 2012 >> New Revision: 232321 >> URL: http://svn.freebsd.org/changeset/base/232321 >> >> Log: >> Correct the description for CTLFLAG_TUN and CTLFLAG_RDTUN, the declaring of a >> system tunable has never been implemented. This flag is only used by sysctl(8) >> to provide a helpful error message. >> > > Thanks! > > I also think we should remove all CTLFLAG_TUN flags which are combination with > CTLFLAG_RW. Why? -- Andriy Gapon