svn commit: r366437 - stable/11/stand/man
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Oct 5 01:27:19 UTC 2020
Author: 0mp (doc,ports committer)
Date: Mon Oct 5 01:27:18 2020
New Revision: 366437
URL: https://svnweb.freebsd.org/changeset/base/366437
Log:
MFC r366364:
Correct the documented size of kern.msgbufsize
The correct value is 96KB after r226090.
PR: 249971
Submitted by: johannes at jo-t.de
Modified:
stable/11/stand/man/loader.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/stand/man/loader.8
==============================================================================
--- stable/11/stand/man/loader.8 Mon Oct 5 01:26:34 2020 (r366436)
+++ stable/11/stand/man/loader.8 Mon Oct 5 01:27:18 2020 (r366437)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 20, 2019
+.Dd October 2, 2020
.Dt LOADER 8
.Os
.Sh NAME
@@ -646,7 +646,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.
More information about the svn-src-stable-11
mailing list