* gdb.texinfo (Set Breaks): Update documentation for tbreak to
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 11 Mar 1994 16:22:51 +0000 (16:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 11 Mar 1994 16:22:51 +0000 (16:22 +0000)
match what the code actually does.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index c07d983dcee46cdc92fe19a4e493282a923f01f9..b8381f93dd3d7580b07a7163efcebab37d052dd0 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * gdb.texinfo (Set Breaks): Update documentation for tbreak to
+       match what the code actually does.
+
 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
index 91434fc0f64ae9cf68227d189c7ba42a2a7d2b98..7af81b33b9481d2a90dcba7341ffecbcd45bbb1b 100644 (file)
@@ -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}