]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-10-02 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 2 Oct 2008 22:57:24 +0000 (22:57 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 2 Oct 2008 22:57:24 +0000 (22:57 +0000)
* reverse.c (reverse-continue): Remove a comma from docs string,
to avoid confusing output from 'apropos'.

gdb/ChangeLog
gdb/reverse.c

index 2d1a7437374ba5751cd2c0e8d368ac307b83e998..d76205fa7e014e74da008b42f4ace7af3370b327 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-02  Michael Snyder  <msnyder@vmware.com>
+
+       * reverse.c (reverse-continue): Remove a comma from docs string,
+       to avoid confusing output from 'apropos'.
+
 2008-09-30  Hui Zhu  <teawater@gmail.com>
        Add process record and replay to GDB.
        * record.c, record.h: New files. Record and reverse target.
index 9d7231c0374451cfafe2767a56b2400fe410705e..4b3a0c883b58a20629e0c3853fb14606197028b3 100644 (file)
@@ -185,7 +185,7 @@ Argument N means do this N times (or till program stops for another reason).")
   add_com_alias ("rni", "reverse-nexti", class_alias, 0);
 
   add_com ("reverse-continue", class_run, reverse_continue, _("\
-Continue program being debugged, running in reverse.\n\
+Continue program being debugged but run it in reverse.\n\
 If proceeding from breakpoint, a number N may be used as an argument,\n\
 which means to set the ignore count of that breakpoint to N - 1 (so that\n\
 the breakpoint won't break until the Nth time it is reached)."));