diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 50b5d017d15..a6be040cbc1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2021-01-22 Andrew Burgess + + * gdb.texinfo (Aliases): Move @menu to the end of the node. + 2021-01-22 Andrew Burgess * gdb.texinfo (PowerPC Embedded): Down case contents of @var. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b4133413061..1335c9093c8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -27455,10 +27455,6 @@ matching names are printed. @section Command Aliases @cindex aliases for commands -@menu -* Command aliases default args:: Default arguments for aliases -@end menu - Aliases allow you to define alternate spellings for existing commands. For example, if a new @value{GDBN} command defined in Python (@pxref{Python}) has a long name, it is handy to have an abbreviated @@ -27557,6 +27553,10 @@ This creates alias @samp{spe} of the command @samp{set print elements}. (gdb) spe 20 @end smallexample +@menu +* Command aliases default args:: Default arguments for aliases +@end menu + @node Command aliases default args @subsection Default Arguments @cindex aliases for commands, default arguments