+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.
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)."));