diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-01-22 09:28:07 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-01-22 09:28:07 +0000 |
commit | fe461d2f70ed618c39b887579d07f49f603c1de5 (patch) | |
tree | 234a3c36dc483326e1689e9c2410ccb77026fe43 /gdb | |
parent | cc4bc93e5255a58cffa4824849df0b237d2cd4cb (diff) | |
download | gdb-fe461d2f70ed618c39b887579d07f49f603c1de5.zip gdb-fe461d2f70ed618c39b887579d07f49f603c1de5.tar.gz gdb-fe461d2f70ed618c39b887579d07f49f603c1de5.tar.bz2 |
gdb/doc: move @menu to the end of the node
Commit:
commit a72d0f3d69896b5fcdc916e0547fe774dcb58614
Date: Tue Jan 12 13:02:30 2021 +0000
gdb/doc: reorder and group sections relating to aliases
Added a @menu block into the wrong place within a @node. This commit
moves it to the end of the @node, where it should be been placed.
gdb/doc/ChangeLog:
* gdb.texinfo (Aliases): Move @menu to the end of the node.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 50b5d01..a6be040 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com> + * gdb.texinfo (Aliases): Move @menu to the end of the node. + +2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com> + * gdb.texinfo (PowerPC Embedded): Down case contents of @var. 2021-01-21 Andrew Burgess <andrew.burgess@embecosm.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b413341..1335c90 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 |