diff options
author | Roland Pesch <pesch@cygnus> | 1992-03-06 20:05:04 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-03-06 20:05:04 +0000 |
commit | 98fe45668d6ea0c1d872fbe8b34665956cd88571 (patch) | |
tree | ca3df0e6677a41856a08e8d73e92fd4cf5c1b8c0 /gdb/doc/gdb-all.texi | |
parent | 73e44aafe150d214b75771e978454a6d9835fe83 (diff) | |
download | gdb-98fe45668d6ea0c1d872fbe8b34665956cd88571.zip gdb-98fe45668d6ea0c1d872fbe8b34665956cd88571.tar.gz gdb-98fe45668d6ea0c1d872fbe8b34665956cd88571.tar.bz2 |
Fix punctuation error in node Disabling, spotted by gnu.
Diffstat (limited to 'gdb/doc/gdb-all.texi')
-rwxr-xr-x | gdb/doc/gdb-all.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb-all.texi b/gdb/doc/gdb-all.texi index 1a81110..e2162da 100755 --- a/gdb/doc/gdb-all.texi +++ b/gdb/doc/gdb-all.texi @@ -2022,7 +2022,7 @@ Save for a breakpoint set with @code{tbreak} (@pxref{Set Breaks, enabled; subsequently, they become disabled or enabled only when you use one of the commands above. (The command @code{until} can set and delete a breakpoint of its own, but it will not change the state of -your other breakpoints; @pxref{Continuing and Stepping, ,Continuing and Stepping}.) +your other breakpoints; see @ref{Continuing and Stepping, ,Continuing and Stepping}.) @node Conditions, Break Commands, Disabling, Breakpoints @subsection Break Conditions |