aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-10-20 12:18:20 -0600
committerTom Tromey <tom@tromey.com>2018-10-20 12:18:20 -0600
commitd6677607c2e96c28178467894fa3fe9ba6db7c27 (patch)
treea7a15de4c17f12fd0dc6b622f06b2b8e05920ce9 /gdb/doc
parent1a088a2e2628409832326254ce1c42ccf671e847 (diff)
downloadgdb-d6677607c2e96c28178467894fa3fe9ba6db7c27.zip
gdb-d6677607c2e96c28178467894fa3fe9ba6db7c27.tar.gz
gdb-d6677607c2e96c28178467894fa3fe9ba6db7c27.tar.bz2
Fix "make info" in gdb
"make info" in gdb was broken by my last patch. This fixes it. Tested by rebuilding; committing as obvious. gdb/doc/ChangeLog 2018-10-20 Tom Tromey <tom@tromey.com> * gdb.texinfo (TUI Commands): Add @end table. (TUI Configuration): Remove stray @end table.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4eee031..5a880e7 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-20 Tom Tromey <tom@tromey.com>
+
+ * gdb.texinfo (TUI Commands): Add @end table.
+ (TUI Configuration): Remove stray @end table.
+
2018-10-19 Tom Tromey <tom@tromey.com>
PR tui/18388:
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index d971f71..eb00eaa 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -26779,6 +26779,7 @@ lines. Positive counts increase the height, while negative counts
decrease it. The @var{name} parameter can be one of @code{src} (the
source window), @code{cmd} (the command window), @code{asm} (the
disassembly window), or @code{regs} (the register display window).
+@end table
@node TUI Configuration
@section TUI Configuration Variables
@@ -26839,7 +26840,6 @@ Set the width of tab stops to be @var{nchars} characters. This
setting affects the display of TAB characters in the source and
assembly windows.
@end table
-@end table
@node Emacs
@chapter Using @value{GDBN} under @sc{gnu} Emacs