Date: Mon, 5 Oct 2020 01:26:34 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r366436 - stable/12/stand/man Message-ID: <202010050126.0951QYYU071892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010050126.0951QYYU071892>