* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 20 Jun 2000 22:13:17 +0000 (22:13 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Tue, 20 Jun 2000 22:13:17 +0000 (22:13 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 8d95eba1eae8d34a1a2ebbed14123a124aa7e43e..3a6ae4bcb3d276624c5d8cf9aef58a62349d55a1 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-20  J.T. Conklin  <jtc@redback.com>
+
+       * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
+
 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
index 914e0ab3cb9b2cd55ab8106dfa5a808448508fa3..1f4e95ec6281bdbdba9d42ec27e726c41fae19e6 100644 (file)
@@ -2324,7 +2324,7 @@ all breakpoint in that range are operated on.
 @cindex latest breakpoint
 Breakpoints are set with the @code{break} command (abbreviated
 @code{b}).  The debugger convenience variable @samp{$bpnum} records the
-number of the breakpoints you've set most recently; see @ref{Convenience
+number of the breakpoint you've set most recently; see @ref{Convenience
 Vars,, Convenience variables}, for a discussion of what you can do with
 convenience variables.