diff options
author | Khalid Aziz <khalid.aziz@hp.com> | 2012-04-20 10:39:14 -0600 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-04-23 14:36:49 +0900 |
commit | a287e2b3a9ee0424cbccd4cf054713ac76bbf149 (patch) | |
tree | c55be0b7bdb534db934f8683bcb5afee10d12b3f | |
parent | 9a41237c258904f3f71a5aec0147d85ffb57d5b6 (diff) |
Correct section number for shutdown and clarify what -e does in manpage
Another patch that I have been carrying in debian kexec-tools package.
It corrects the section number for shutdown in the man page. This
patch also adds little more descriptive note for the -e option to
clarify that this does not do an orderly shutdown.
Please apply.
Signed-off-by: Khalid Aziz <khalid.aziz@hp.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/kexec.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexec/kexec.8 b/kexec/kexec.8 index da03c40..aff674cb 100644 --- a/kexec/kexec.8 +++ b/kexec/kexec.8 @@ -71,7 +71,7 @@ It's also possible to invoke .B kexec without an option parameter. In that case, kexec loads the specified kernel and then invokes -.BR shutdown (1). +.BR shutdown (8). If the shutdown scripts of your Linux distribution support kexec-based rebooting, they then call .B kexec @@ -105,13 +105,13 @@ command: .SH OPTIONS .TP .B \-e\ (\-\-exec) -Run the currently loaded kernel. +Run the currently loaded kernel. Note that it will reboot into the loaded kernel without calling shutdown(8). .TP .B \-f\ (\-\-force) Force an immediate .B kexec call, do not call -.BR shutdown (1) +.BR shutdown (8) (contrary to the default action without any option parameter). This option performs the same actions like executing .IR -l |