Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
33daf0eb
Commit
33daf0eb
authored
Dec 02, 2021
by
Gordon Bergling
Browse files
kern: Correct a typo in a sysctl description
- s/osbolete/obsolete/ (cherry picked from commit
fe96f62d
)
parent
2c52eba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/kern/subr_bus.c
View file @
33daf0eb
...
...
@@ -5965,7 +5965,7 @@ devctl2_init(void)
*/
static
int
obsolete_panic
=
0
;
SYSCTL_INT
(
_debug
,
OID_AUTO
,
obsolete_panic
,
CTLFLAG_RWTUN
,
&
obsolete_panic
,
0
,
"Panic when obsolete features are used (0 = never, 1 = if o
s
bolete, "
"Panic when obsolete features are used (0 = never, 1 = if ob
s
olete, "
"2 = if deprecated)"
);
static
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment