diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-12-21 19:01:58 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-12-21 19:01:58 +0000 |
commit | e97b18f7287cfdb1e964db1ec7d97bc1a047990c (patch) | |
tree | fad1ba1d204d6edd84f205b62da48a9bb895fbc7 /gdb | |
parent | 29388c252046e7aefdae2e6d4cd1d8377f0fb000 (diff) | |
download | gdb-e97b18f7287cfdb1e964db1ec7d97bc1a047990c.zip gdb-e97b18f7287cfdb1e964db1ec7d97bc1a047990c.tar.gz gdb-e97b18f7287cfdb1e964db1ec7d97bc1a047990c.tar.bz2 |
1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
* gdb.texinfo: Fix tipo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6201528..a75ee60 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +1998-12-14 J.T. Conklin <jtc@redbacknetworks.com> + + * gdb.texinfo: Fix tipo. + Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com> * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9ec745f..8467157 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2363,7 +2363,7 @@ and both watchpoints must be the same kind. For example, you can set two 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. +@value{GDBN} will reject the command if you try to mix watchpoints. Delete or disable unused watchpoint commands before setting new ones. @kindex rwatch |