mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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. Discussed with: dwhite, kan
This commit is contained in:
parent
d8139ed7ed
commit
6b9597aac4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232321
@ -138,9 +138,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
|
||||
|
Loading…
Reference in New Issue
Block a user