summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaoquan He <bhe@redhat.com>2013-06-03 17:38:38 +0800
committerSimon Horman <horms@verge.net.au>2013-06-10 17:31:52 +0900
commit29359de0f585067e585298781ea19ce197b8cb95 (patch)
tree319c7e0e0914e7254b857e38c3119668026a291e
parent3dca18c1f90799d419d09032da68155122f1b95f (diff)
downloadkexec-tools-29359de0f585067e585298781ea19ce197b8cb95.tar.gz
kexec man page change for debug option
In commit 28d4ab53, the arch-specific --debug are moved to generic place, but the relevant description was not updated accordingly in man page. Here change it. Signed-off-by: Baoquan He <bhe@redhat.com> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/kexec.86
1 files changed, 3 insertions, 3 deletions
diff --git a/kexec/kexec.8 b/kexec/kexec.8
index aff674cb..120af4d9 100644
--- a/kexec/kexec.8
+++ b/kexec/kexec.8
@@ -104,6 +104,9 @@ command:
.SH OPTIONS
.TP
+.B \-d\ (\-\-debug)
+Enable debugging messages.
+.TP
.B \-e\ (\-\-exec)
Run the currently loaded kernel. Note that it will reboot into the loaded kernel without calling shutdown(8).
.TP
@@ -167,9 +170,6 @@ Pass ELF boot notes.
.B \-\-args\-linux
Pass Linux kernel style options.
.TP
-.B \-d \ (\-\-debug)
-Enable debugging messages.
-.TP
.B \-\-real\-mode
Use the kernel's real mode entry point.
.RE