From owner-svn-src-head@FreeBSD.ORG Thu Mar 1 07:21:28 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF97C1065677 for ; Thu, 1 Mar 2012 07:21:28 +0000 (UTC) (envelope-from andrey@zonov.org) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 401128FC20 for ; Thu, 1 Mar 2012 07:21:27 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so249940bkc.13 for ; Wed, 29 Feb 2012 23:21:26 -0800 (PST) Received-SPF: pass (google.com: domain of andrey@zonov.org designates 10.204.136.219 as permitted sender) client-ip=10.204.136.219; Authentication-Results: mr.google.com; spf=pass (google.com: domain of andrey@zonov.org designates 10.204.136.219 as permitted sender) smtp.mail=andrey@zonov.org Received: from mr.google.com ([10.204.136.219]) by 10.204.136.219 with SMTP id s27mr1904811bkt.116.1330586486419 (num_hops = 1); Wed, 29 Feb 2012 23:21:26 -0800 (PST) Received: by 10.204.136.219 with SMTP id s27mr1532360bkt.116.1330586486184; Wed, 29 Feb 2012 23:21:26 -0800 (PST) Received: from [10.254.254.77] (ppp95-165-130-131.pppoe.spdop.ru. [95.165.130.131]) by mx.google.com with ESMTPS id w15sm1613768bku.0.2012.02.29.23.21.25 (version=SSLv3 cipher=OTHER); Wed, 29 Feb 2012 23:21:25 -0800 (PST) Message-ID: <4F4F2375.3080209@zonov.org> Date: Thu, 01 Mar 2012 11:21:25 +0400 From: Andrey Zonov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Andrew Thompson References: <201202292241.q1TMffCk048359@svn.freebsd.org> In-Reply-To: <201202292241.q1TMffCk048359@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkKEyiOMrLbdYKcmP9UagupXeyOUJv4QyBDYumJ7wJ8ORvMJOUf7wM6OTu4hqTweBvR7YyY Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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 07:21:28 -0000 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. -- Andrey Zonov