bootparam.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-27 12:21:48 +01:00
parent 20d7c60b35
commit b9aee8fe52
1 changed files with 3 additions and 3 deletions

View File

@ -325,7 +325,7 @@ page tables on kernels configured for IA32 systems with a pentium or newer
CPU.
.TP
.B "'panic=N'"
By default the kernel will not reboot after a panic, but this option
By default, the kernel will not reboot after a panic, but this option
will cause a kernel reboot after N seconds (if N is greater than zero).
This panic timeout can also be set by
@ -344,7 +344,7 @@ One asks for the old default with 'reboot=warm'.
(A cold reboot may be required to reset certain hardware,
but might destroy not yet written data in a disk cache.
A warm reboot may be faster.)
By default a reboot is hard, by asking the keyboard controller
By default, a reboot is hard, by asking the keyboard controller
to pulse the reset line low, but there is at least one type
of motherboard where that doesn't work.
The option 'reboot=bios' will
@ -365,7 +365,7 @@ Messages with a priority above
are also printed on the console.
(For these levels, see
.IR <linux/kernel.h> .)
By default this variable is set to log anything more important than
By default, this variable is set to log anything more important than
debug messages.
This boot argument will cause the kernel to also
print the messages of DEBUG priority.