aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-11 16:22:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-11 16:22:51 +0000
commitcfcafcba751afb34e2f9ccc73582257783a820d4 (patch)
treef670769325a720a8fd9081583a313537642f6c45 /gdb/doc/gdb.texinfo
parentc4de6b308ee2533b6cbb3c315de8702dd5b3ef41 (diff)
downloadgdb-cfcafcba751afb34e2f9ccc73582257783a820d4.zip
gdb-cfcafcba751afb34e2f9ccc73582257783a820d4.tar.gz
gdb-cfcafcba751afb34e2f9ccc73582257783a820d4.tar.bz2
* gdb.texinfo (Set Breaks): Update documentation for tbreak to
match what the code actually does.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 91434fc..7af81b3 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -2171,7 +2171,7 @@ above (or no argument) specifying where to break. @xref{Conditions,
@kindex tbreak
Set a breakpoint enabled only for one stop. @var{args} are the
same as for the @code{break} command, and the breakpoint is set in the same
-way, but the breakpoint is automatically disabled after the first time your
+way, but the breakpoint is automatically deleted after the first time your
program stops there. @xref{Disabling, ,Disabling breakpoints}.
@item rbreak @var{regex}