svn commit: r243437 - head/share/man/man4

Kevin Lo kevlo at FreeBSD.org
Fri Nov 23 08:44:36 UTC 2012


Author: kevlo
Date: Fri Nov 23 08:44:36 2012
New Revision: 243437
URL: http://svnweb.freebsd.org/changeset/base/243437

Log:
  Catch up with r243046. KTR buffer can be changed at runtime.

Modified:
  head/share/man/man4/ktr.4

Modified: head/share/man/man4/ktr.4
==============================================================================
--- head/share/man/man4/ktr.4	Fri Nov 23 08:23:53 2012	(r243436)
+++ head/share/man/man4/ktr.4	Fri Nov 23 08:44:36 2012	(r243437)
@@ -53,7 +53,7 @@ The
 .Dv KTR_ENTRIES
 option sets the size of the buffer of events.
 The size of the buffer in the currently running kernel can be found via the
-read-only sysctl
+sysctl
 .Va debug.ktr.entries .
 By default the buffer contains 1024 entries.
 .Ss Event Masking


More information about the svn-src-head mailing list