Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 15:37:52 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366364 - head/stand/man
Message-ID:  <202010021537.092Fbqfo019232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Fri Oct  2 15:37:51 2020
New Revision: 366364
URL: https://svnweb.freebsd.org/changeset/base/366364

Log:
  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

Modified:
  head/stand/man/loader.8

Modified: head/stand/man/loader.8
==============================================================================
--- head/stand/man/loader.8	Fri Oct  2 14:50:03 2020	(r366363)
+++ head/stand/man/loader.8	Fri Oct  2 15:37:51 2020	(r366364)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010021537.092Fbqfo019232>