[deployment-guide/comm-rel: 255/727] Changed the order of subsections.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:45:58 UTC 2010


commit 4d0b95e8ba785f0aecd479ac94558e3c32d41500
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 4 12:35:31 2010 +0200

    Changed the order of subsections.

 en-US/The_kdump_Crash_Recovery_Service.xml |   92 ++++++++++++++--------------
 1 files changed, 46 insertions(+), 46 deletions(-)
---
diff --git a/en-US/The_kdump_Crash_Recovery_Service.xml b/en-US/The_kdump_Crash_Recovery_Service.xml
index 7a96987..fcb353d 100644
--- a/en-US/The_kdump_Crash_Recovery_Service.xml
+++ b/en-US/The_kdump_Crash_Recovery_Service.xml
@@ -480,27 +480,6 @@ crash></screen>
     <para>
       To exit the interactive prompt and terminate <application>Crash</application>, type <command>exit</command>.
     </para>
-    <section id="s2-kdump-crash-backtrace">
-      <title>Displaying the Backtrace</title>
-      <para>
-        To display the kernel stack trace, type the <command>bt</command> command at the interactive prompt.
-      </para>
-      <example id="ex-kdump-crash-backtrace">
-        <title>Displaying the kernel stack trace</title>
-        <screen>crash> <command>bt</command>
-PID: 5108   TASK: ee939980  CPU: 0   COMMAND: "bash"
- #0 [eeabfde8] ia32_sysenter_target at c0465b5c
- #1 [eeabfe3c] oops_end at c077209b
- #2 [eeabfe50] ia32_sysenter_target at c04206ac
-    EAX: 00000000  EBX: c08833f3  ECX: 00000000  EDX: 00000046
-    DS:  fffffed8      ESI: 00000002  ES:  fffffe8c      EDI: c076ee9d
-    SS:  0001      ESP: c04207f4  EBP: ee939980  GS:  0002
-    CS:  ffff8210      EIP: 00000000  ERR: eeabfed8  EFLAGS: eeabfea4</screen>
-      </example>
-      <para>
-        Type <command>help bt</command> for more information on the command usage.
-      </para>
-    </section>
     <section id="s2-kdump-crash-log">
       <title>Displaying the Message Buffer</title>
       <para>
@@ -538,6 +517,52 @@ CR2: 0000000000000000</screen>
         Type <command>help log</command> for more information on the command usage.
       </para>
     </section>
+    <section id="s2-kdump-crash-backtrace">
+      <title>Displaying a Backtrace</title>
+      <para>
+        To display the kernel stack trace, type the <command>bt</command> command at the interactive prompt.
+      </para>
+      <example id="ex-kdump-crash-backtrace">
+        <title>Displaying the kernel stack trace</title>
+        <screen>crash> <command>bt</command>
+PID: 5108   TASK: ee939980  CPU: 0   COMMAND: "bash"
+ #0 [eeabfde8] ia32_sysenter_target at c0465b5c
+ #1 [eeabfe3c] oops_end at c077209b
+ #2 [eeabfe50] ia32_sysenter_target at c04206ac
+    EAX: 00000000  EBX: c08833f3  ECX: 00000000  EDX: 00000046
+    DS:  fffffed8      ESI: 00000002  ES:  fffffe8c      EDI: c076ee9d
+    SS:  0001      ESP: c04207f4  EBP: ee939980  GS:  0002
+    CS:  ffff8210      EIP: 00000000  ERR: eeabfed8  EFLAGS: eeabfea4</screen>
+      </example>
+      <para>
+        Type <command>help bt</command> for more information on the command usage.
+      </para>
+    </section>
+    <section id="s2-kdump-crash-processes">
+      <title>Displaying a Process Status</title>
+      <para>
+        To display status of processes in the system, type the <command>ps</command> command at the interactive prompt.
+      </para>
+      <example id="ex-kdump-crash-processes">
+        <title>Displaying status of processes in the system</title>
+        <screen>crash> <command>ps</command>
+   PID    PPID  CPU   TASK    ST  %MEM    VSZ    RSS  COMM
+      0      0   0  c0958e20  RU   0.0      0      0  [swapper]
+      1      0   0  f6c40000  IN   0.1   2824   1384  init
+<emphasis>... several lines omitted ...</emphasis>
+   5069      1   0  eea1cc80  IN   1.1  93880  11876  gnome-terminal
+   5082   5068   0  ee938000  IN   0.1   5272    980  screen
+   5083   5082   0  ee93cc80  IN   0.1   5564   1428  screen
+   5084   5083   0  ee93d940  IN   0.2   5108   1708  bash
+   5098   5084   0  ee93d2c0  IN   0.3   7944   3208  su
+&gt;  5108   5098   0  ee939980  RU   0.2   5220   1716  bash
+   5123   5083   0  ee93e600  IN   0.2   5236   1768  bash
+</screen>
+      </example>
+      <para>
+        Type <command>help ps</command> for more information on the command usage.
+      </para>
+    </section>
     <section id="s2-kdump-crash-memory">
       <title>Displaying Virtual Memory Information</title>
       <para>
@@ -597,31 +622,6 @@ ROOT: /    CWD: /root
         Type <command>help files</command> for more information on the command usage.
       </para>
     </section>
-    <section id="s2-kdump-crash-processes">
-      <title>Displaying a Process Status</title>
-      <para>
-        To display status of processes in the system, type the <command>ps</command> command at the interactive prompt.
-      </para>
-      <example id="ex-kdump-crash-processes">
-        <title>Displaying status of processes in the system</title>
-        <screen>crash> <command>ps</command>
-   PID    PPID  CPU   TASK    ST  %MEM    VSZ    RSS  COMM
-      0      0   0  c0958e20  RU   0.0      0      0  [swapper]
-      1      0   0  f6c40000  IN   0.1   2824   1384  init
-<emphasis>... several lines omitted ...</emphasis>
-   5069      1   0  eea1cc80  IN   1.1  93880  11876  gnome-terminal
-   5082   5068   0  ee938000  IN   0.1   5272    980  screen
-   5083   5082   0  ee93cc80  IN   0.1   5564   1428  screen
-   5084   5083   0  ee93d940  IN   0.2   5108   1708  bash
-   5098   5084   0  ee93d2c0  IN   0.3   7944   3208  su
-&gt;  5108   5098   0  ee939980  RU   0.2   5220   1716  bash
-   5123   5083   0  ee93e600  IN   0.2   5236   1768  bash
-</screen>
-      </example>
-      <para>
-        Type <command>help ps</command> for more information on the command usage.
-      </para>
-    </section>
   </section>
   <section id="s1-kdump-resources">
     <title>Additional Resources</title>


More information about the docs-commits mailing list