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

Reply via email to