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:
Mateusz Piotrowski 2020-10-02 15:37:51 +00:00
parent aa34e791fa
commit 180db5ef22
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366364

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.