[gdb/doc] Stack, Examining the Stack: Reorder menu
authorPedro Alves <palves@redhat.com>
Thu, 10 Dec 2015 11:39:58 +0000 (11:39 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 10 Dec 2015 11:39:58 +0000 (11:39 +0000)
Commit fc58fa65d454 (gdb/doc: Restructure frame command documentation)
reordered the sections in the 'Examining the Stack' chapter, but
missed updating the menu:

src/gdb/doc/gdb.texinfo:6968: warning: node next `Backtrace' in menu `Frame Filter Management' and in sectioning `Selection' differ
src/gdb/doc/gdb.texinfo:7167: warning: node prev `Selection' in menu `Frame Filter Management' and in sectioning `Backtrace' differ
src/gdb/doc/gdb.texinfo:7252: warning: node `Frame Filter Management' is next for `Frame Info' in sectioning but not in menu
src/gdb/doc/gdb.texinfo:7317: warning: node `Selection' is next for `Frame Filter Management' in menu but not in sectioning
src/gdb/doc/gdb.texinfo:7317: warning: node prev `Frame Filter Management' in menu `Backtrace' and in sectioning `Frame Info' differ

gdb/doc/ChangeLog:
2015-12-10  Pedro Alves  <palves@redhat.com>

* gdb.texinfo (Stack): Reorder menu.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 7b0dc353c8288f720d46ddcd9d7e89099ff3b7a7..ffaf0680eb88003071b6d79dc858d21a7c066641 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Stack): Reorder menu.
+
 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
 
        * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
index be39f1c6d7f86e4570f01cc14fac4f8299d1c034..85668e5841bcfeb0fd99a910bb9a541cd3cf836f 100644 (file)
@@ -6904,9 +6904,9 @@ currently executing frame and describes it briefly, similar to the
 @menu
 * Frames::                      Stack frames
 * Backtrace::                   Backtraces
-* Frame Filter Management::     Managing frame filters
 * Selection::                   Selecting a frame
 * Frame Info::                  Information on a frame
+* Frame Filter Management::     Managing frame filters
 
 @end menu
 
This page took 0.077551 seconds and 4 git commands to generate.