mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
witness.4: correct name of the debug.witness.witness_count sysctl
MFC after: 2 weeks Sponsored by: ConnectWise
This commit is contained in:
parent
d56f3b051f
commit
202a2be094
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd November 18, 2015
|
||||
.Dd March 5, 2025
|
||||
.Dt WITNESS 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -62,12 +62,12 @@ kernel option controls the maximum number of
|
|||
.Nm
|
||||
entries that are tracked in the kernel.
|
||||
The maximum number of entries can be queried via the
|
||||
.Va debug.witness.count
|
||||
.Va debug.witness.witness_count
|
||||
sysctl.
|
||||
It can also be set from the
|
||||
.Xr loader 8
|
||||
via the
|
||||
.Va debug.witness.count
|
||||
.Va debug.witness.witness_count
|
||||
environment variable.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue