svn commit: r366436 - stable/12/stand/man
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Oct 5 01:26:35 UTC 2020
Author: 0mp (doc,ports committer)
Date: Mon Oct 5 01:26:34 2020
New Revision: 366436
URL: https://svnweb.freebsd.org/changeset/base/366436
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/12/stand/man/loader.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/stand/man/loader.8
==============================================================================
--- stable/12/stand/man/loader.8 Sun Oct 4 22:41:43 2020 (r366435)
+++ stable/12/stand/man/loader.8 Mon Oct 5 01:26:34 2020 (r366436)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 15, 2018
+.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-12
mailing list