mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ktrace.2: correct kern.ktrace.genio_size sysctl name
The man page had `kern.ktrace.geniosize` but the sysctl node contains an
underscore.
PR: 274274
Reported by: Ivan Rozhuk
Sponsored by: The FreeBSD Foundation
(cherry picked from commit a572dfa1bf)
This commit is contained in:
parent
69816d277f
commit
2fe06dda0a
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ The following
|
|||
tunables influence the behaviour of
|
||||
.Fn ktrace :
|
||||
.Bl -tag -width indent
|
||||
.It Va kern.ktrace.geniosize
|
||||
.It Va kern.ktrace.genio_size
|
||||
bounds the amount of data a traced I/O request will log
|
||||
to the trace file.
|
||||
.It Va kern.ktrace.request_pool
|
||||
|
|
|
|||
Loading…
Reference in a new issue