Strengthen wording; the KTR_ENTRIES value *must* be a power of two since

the code depends on this.

MFC after:	1 week
This commit is contained in:
Kris Kennaway 2006-06-03 23:20:45 +00:00
parent 71ac2d7c7c
commit f2baa2113b

View File

@ -52,7 +52,7 @@ is
The
.Dv KTR_ENTRIES
option sets the size of the buffer of events.
It should be a power of two.
It must be a power of two.
The size of the buffer in the currently running kernel can be found via the
read-only sysctl
.Va debug.ktr.entries .