commit f9ee785eb3cd662b2dfb5ebeea4e74d8ac939364 Author: Kiyoaki Matsugae matsugae.kiyoaki@gmail.com Date: Thu Nov 15 04:29:08 2012 +0900
BZ875286
en-US/The_kdump_Crash_Recovery_Service.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/en-US/The_kdump_Crash_Recovery_Service.xml b/en-US/The_kdump_Crash_Recovery_Service.xml index 4188ecb..2c7b464 100644 --- a/en-US/The_kdump_Crash_Recovery_Service.xml +++ b/en-US/The_kdump_Crash_Recovery_Service.xml @@ -672,7 +672,7 @@ path /usr/local/cores</programlisting> <para> To start the utility, type the command in the following form at a shell prompt: </para> - <synopsis><command>crash</command> <filename>/var/crash/<replaceable>timestamp</replaceable>/vmcore</filename> <filename>/usr/lib/debug/lib/modules/<replaceable>kernel</replaceable>/vmlinux</filename></synopsis> + <synopsis><command>crash</command> <filename>/usr/lib/debug/lib/modules/<replaceable>kernel</replaceable>/vmlinux</filename> <filename>/var/crash/<replaceable>timestamp</replaceable>/vmcore</filename></synopsis> <para> Note that the <replaceable>kernel</replaceable> version should be the same that was captured by <systemitem class="service">kdump</systemitem>. To find out which kernel you are currently running, use the <command>uname -r</command> command. </para>
docs-commits@lists.fedoraproject.org