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: johan...@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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to