Correct the documented size of kern.msgbufsize

The correct value is 96KB after r226090.

PR:		249971
Submitted by:	johannes@jo-t.de
MFC after:	3 days
This commit is contained in:
0mp 2020-10-02 15:37:51 +00:00
parent db2dd358d3
commit 76e1bd9d99

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 11, 2020
.Dd October 2, 2020
.Dt LOADER 8
.Os
.Sh NAME
@ -652,7 +652,7 @@ Modifies
.Dv VM_BCACHE_SIZE_MAX .
.It Va kern.msgbufsize
Sets the size of the kernel message buffer.
The default limit of 64KB is usually sufficient unless
The default limit of 96KB is usually sufficient unless
large amounts of trace data need to be collected
between opportunities to examine the buffer or
dump it to a file.