This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] gdb.texinfo



I've just checked in the following patch, which fixes up 
a couple of lines where long column entries overprint each other.

2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * gdb.texinfo: Add white space to prevent overprinting in 
        two places.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/doc/ChangeLog,v
retrieving revision 1.8
diff -c -r1.8 ChangeLog
*** ChangeLog	2000/03/18 00:40:12	1.8
--- ChangeLog	2000/03/20 22:26:13
***************
*** 1,3 ****
--- 1,8 ----
+ 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
+ 
+ 	* gdb.texinfo: Add white space to prevent overprinting in 
+ 	two places.
+ 
  2000-03-17  Stan Shebs  <shebs@apple.com>
  
  	* gdb.texinfo: Many minor changes from Dmitry Sivachenko
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.3
diff -c -r1.3 gdb.texinfo
*** gdb.texinfo	2000/03/18 00:40:12	1.3
--- gdb.texinfo	2000/03/20 22:26:13
***************
*** 9338,9343 ****
--- 9338,9346 ----
  @item query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
  @tab @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread}
  @tab
+ @item
+ @tab
+ @tab
  Obtain thread information from RTOS.  Where: @var{startflag} (one hex
  digit) is one to indicate the first query and zero to indicate a
  subsequent query; @var{threadcount} (two hex digits) is the maximum
***************
*** 9346,9351 ****
--- 9349,9357 ----
  returned in the response as @var{argthread}.
  @item
  @tab reply @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread...}
+ @tab
+ @item
+ @tab
  @tab
  Where: @var{count} (two hex digits) is the number of threads being
  returned; @var{done} (one hex digit) is zero to indicate more threads

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]