From 5340c215f229953a67c866bffd6c6807f06ee2f2 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 29 Jun 2007 00:23:44 +0000 Subject: [PATCH] 2007-06-28 Michael Snyder * gdbint.texinfo (Table, Tuple and List Functions) Fix typo. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdbint.texinfo | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2c487d81e9..4001e22c47 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-06-28 Michael Snyder + + * gdbint.texinfo (Table, Tuple and List Functions) Fix typo. + 2007-06-25 Nick Roberts * gdbint.texinfo (Register and Memory Data): Break sections diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 922169d40e..201a9e8365 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -39,7 +39,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.262 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.263 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -1294,7 +1294,7 @@ be signaled. @deftypefun struct cleanup *make_cleanup_ui_out_list_begin_end (struct ui_out *@var{uiout}, const char *@var{id}) Similar to @code{make_cleanup_ui_out_tuple_begin_end}, this function opens a list and then establishes cleanup (@pxref{Coding, Cleanups}) -that will close the list.list. +that will close the list. @end deftypefun @subsection Item Output Functions -- 2.11.0