svn commit: r232321 - head/share/man/man9

Andrey Zonov andrey at zonov.org
Thu Mar 1 09:11:25 UTC 2012


On Thu, Mar 1, 2012 at 1:06 PM, Andriy Gapon <avg at freebsd.org> wrote:
> 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?

It doesn't make sense.  For (CTLFLAG_RD|CTLFLAG_TUN) there is relevant
code in sysctl(8), but for (CTLFLAG_RW|CTLFLAG_TUN) there is no any
code, or did I miss something?

-- 
Andrey Zonov


More information about the svn-src-head mailing list