Small wording fixes

This commit is contained in:
Michael Kerrisk 2008-07-09 15:36:44 +00:00
parent 8d998d0152
commit 87174b3ae2
3 changed files with 3 additions and 3 deletions

View File

@ -2009,7 +2009,7 @@ When the value in this file is 0, Ctrl-Alt-Del is trapped and
sent to the
.BR init (8)
program to handle a graceful restart.
When the value is > 0, Linux's reaction to a Vulcan
When the value is greater than zero, Linux's reaction to a Vulcan
Nerve Pinch (tm) will be an immediate reboot, without even
syncing its dirty buffers.
Note: when a program (like dosemu) has the keyboard in "raw"

View File

@ -284,7 +284,7 @@ CPU.
.TP
.B "'panic=N'"
By default the kernel will not reboot after a panic, but this option
will cause a kernel reboot after N seconds (if N > 0).
will cause a kernel reboot after N seconds (if N is greater than zero 0).
This panic timeout can also be set by "echo N > /proc/sys/kernel/panic".
.TP
.B "'reboot=[warm|cold][,[bios|hard]]'"

View File

@ -84,7 +84,7 @@ and
*
All
.B UCS
characters > 0x7f are encoded as a multi-byte sequence
characters greater than 0x7f are encoded as a multi-byte sequence
consisting only of bytes in the range 0x80 to 0xfd, so no ASCII
byte can appear as part of another character and there are no
problems with, for example, \(aq\\0\(aq or \(aq/\(aq.