OSDN Git Service

2007-06-28 Michael Snyder <msnyder@svkmacdonelllnx>
authorMichael Snyder <msnyder@specifix.com>
Fri, 29 Jun 2007 00:23:44 +0000 (00:23 +0000)
committerMichael Snyder <msnyder@specifix.com>
Fri, 29 Jun 2007 00:23:44 +0000 (00:23 +0000)
* gdbint.texinfo (Table, Tuple and List Functions) Fix typo.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 2c487d8..4001e22 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
+
+       * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
+
 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
 
        * gdbint.texinfo (Register and Memory Data): Break sections
index 922169d..201a9e8 100644 (file)
@@ -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