From bcd8537ce10dd72b053fa54e87525defa26f3fd0 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Mon, 6 Jul 2015 11:37:24 +0100 Subject: [PATCH] gdb/doc: Fix incorrect use of @xref. All uses of @xref must be followed by either '.' or ','. In commit a4ea0946c an incorrect use of @xref was introduced. This commit adds a comma after the use of @xref. gdb/ChangeLog: * doc/gdb.texinfo (TUI): Add comma after @xref. --- gdb/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dd39d1b..dc3973f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-07-06 Andrew Burgess + * doc/gdb.texinfo (TUI): Add comma after @xref. + +2015-07-06 Andrew Burgess + * tui/tui-win.c (tui_set_focus): Use structure member 'generic' instead of casting the structure type. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 812917b..842711a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24781,7 +24781,7 @@ The TUI mode is enabled by default when you invoke @value{GDBN} as @samp{@value{GDBP} -tui}. You can also switch in and out of TUI mode while @value{GDBN} runs by using various TUI commands and key bindings, such as @command{tui -enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands} and +enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and @ref{TUI Keys, ,TUI Key Bindings}. @node TUI Overview -- 2.7.4