This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

patch fix typo in GDB manual


1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>

	* gdb.texinfo: Fix tipo.

Index: gdb.texinfo
===================================================================
RCS file: /usr/rback/release/tools-src/gdb/gdb/doc/gdb.texinfo,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 gdb.texinfo
*** gdb.texinfo	1998/12/03 00:05:44	1.1.1.1
--- gdb.texinfo	1998/12/15 02:22:48
***************
*** 2363,2369 ****
  watchpoints with @code{watch} commands, two with @code{rwatch}
  commands, @strong{or} two with @code{awatch} commands, but you cannot set one
  watchpoint with one command and the other with a different command. 
! @value{GBDN} will reject the command if you try to mix watchpoints.
  Delete or disable unused watchpoint commands before setting new ones.
  
  @kindex rwatch
--- 2363,2369 ----
  watchpoints with @code{watch} commands, two with @code{rwatch}
  commands, @strong{or} two with @code{awatch} commands, but you cannot set one
  watchpoint with one command and the other with a different command. 
! @value{GDBN} will reject the command if you try to mix watchpoints.
  Delete or disable unused watchpoint commands before setting new ones.
  
  @kindex rwatch