From 91128226a3b92793fd65ae8b03dda0e1ed87de77 Mon Sep 17 00:00:00 2001 From: thompsa Date: Sat, 26 May 2012 08:25:41 +0000 Subject: [PATCH] MFC r232321 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. git-svn-id: svn://svn.freebsd.org/base/stable/8@236068 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man9/sysctl.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9 index 547c8cc94..ade9f27f2 100644 --- a/share/man/man9/sysctl.9 +++ b/share/man/man9/sysctl.9 @@ -142,9 +142,9 @@ This sysctl can be written to by processes in .It Dv CTLFLAG_SKIP When iterating the sysctl name space, do not list this sysctl. .It Dv CTLFLAG_TUN -Also declare a system tunable with the same name to initialize this variable. +Advisory flag that a system tunable also exists for this variable. .It Dv CTLFLAG_RDTUN -Also declare a system tunable with the same name to initialize this variable; +Advisory flag that a system tunable also exists for this variable; however, the run-time variable is read-only. .El .Pp -- 2.45.0