diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-11-23 08:44:36 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-11-23 08:44:36 +0000 |
commit | ee3151e7ea6994cfbde4cd85497fef185171cbd1 (patch) | |
tree | ddd98fbe228d399a52502c6694541fe8770a0a89 /share | |
parent | 681b637c99105f617835cd9719a0606a29884a8a (diff) | |
download | FreeBSD-src-ee3151e7ea6994cfbde4cd85497fef185171cbd1.zip FreeBSD-src-ee3151e7ea6994cfbde4cd85497fef185171cbd1.tar.gz |
Catch up with r243046. KTR buffer can be changed at runtime.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ktr.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index db61dfe..ee552b8 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -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 |