Spelling changes from Dmitry Sivachenko <dima@Chg.RU>.
authorEli Zaretskii <eliz@gnu.org>
Mon, 16 Oct 2000 07:34:02 +0000 (07:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 16 Oct 2000 07:34:02 +0000 (07:34 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/mi/ChangeLog
gdb/mi/gdbmi.texinfo

index 1dc783e..63ab0a7 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
+       changes from Dmitry Sivachenko <dima@Chg.RU>.
+
 2000-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * gdb.texinfo (Hooks): Document the new post-hook functionality.
index 2aee191..f80462f 100644 (file)
@@ -325,7 +325,7 @@ Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
 David Johnson wrote the original COFF support; Pace Willison did
 the original support for encapsulated COFF.
 
-Brent Benson of Harris Computer Systems contributed DWARF 2 support.
+Brent Benson of Harris Computer Systems contributed DWARF2 support.
 
 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
@@ -4500,7 +4500,7 @@ different debug info format, if the compiler supports several such
 formats.  For example, @value{NGCC}, the @sc{gnu} C/C++ compiler usually
 supports the @samp{-gstabs} option.  @samp{-gstabs} produces debug info
 in a format that is superior to formats such as COFF.  You may be able
-to use DWARF-2 (@samp{-gdwarf-2}), which is also an effective form for
+to use DWARF2 (@samp{-gdwarf-2}), which is also an effective form for
 debug info.  See @ref{Debugging Options,,Options for Debugging Your
 Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more
 information.
@@ -10869,7 +10869,7 @@ Array Tech LSI33K RAID controller board.
 Use the @code{set processor} command to set the type of MIPS
 processor when you want to access processor-type-specific registers.
 For example, @code{set processor @var{r3041}} tells @value{GDBN}
-to use the CPO registers appropriate for the 3041 chip.
+to use the CPU registers appropriate for the 3041 chip.
 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
 is using.  Use the @code{info reg} command to see what registers
 @value{GDBN} is using.
index 3736fbd..15a1dde 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
+       multitable changed to "@columnfractions .4 .6".  Suggested by
+       Dmitry Sivachenko <dima@Chg.RU>.
+
 2000-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.
index 99dfdf2..2e2ff8d 100644 (file)
@@ -3478,7 +3478,7 @@ for pointers, etc.).
 The following is the complete set of @sc{gdb/mi} operations defined to
 access this functionality:
 
-@multitable @columnfractions .3 .6
+@multitable @columnfractions .4 .6
 @item @strong{Operation}
 @tab @strong{Description}