diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-27 15:59:38 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-27 15:59:38 +0000 |
| commit | 84344f9fbf49939f0541019fc589e669a839b99e (patch) | |
| tree | 9e58d7f936db3e7c9b66ae5062591d65e619d74c /sys/boot/common | |
| parent | 823261a3e188b81c3983b0db5db723e1cff47e93 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/help.common | 2 | ||||
| -rw-r--r-- | sys/boot/common/loader.8 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index a6fd748f428f6..8b68157c218fc 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -244,7 +244,7 @@ Set the number of sendfile buffers to be allocated. This overrides the value determined when the kernel was compiled. - set kern.vm.kmem.size=<value> VM_KMEM_SIZE + set vm.kmem_size=<value> VM_KMEM_SIZE Sets the size of kernel memory (bytes). This overrides the value determined when the kernel was compiled. diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 2712da12f1864..ef9456b70c631 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -451,11 +451,6 @@ Set the number of buffers to be allocated. Overrides .Dv NSFBUFS . -.It Va kern.vm.kmem.size -Sets the size of kernel memory (bytes). -This overrides the value determined when the kernel was compiled. -Modifies -.Va VM_KMEM_SIZE . .It Va kern.maxswzone Limits the amount of KVM to be used to hold swap meta information, which directly governs the @@ -499,6 +494,11 @@ Overrides the compile-time set value of or the preset default of 512. Must be a power of 2. .El +.It Va vm.kmem_size +Sets the size of kernel memory (bytes). +This overrides the value determined when the kernel was compiled. +Modifies +.Va VM_KMEM_SIZE . .Ss BUILTIN PARSER When a builtin command is executed, the rest of the line is taken by it as arguments, and it is processed by a special parser which |
