diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-17 03:06:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-17 03:06:11 +0000 |
commit | dbf6a605eef9bd4ab5aaaa010de58baa025fb09b (patch) | |
tree | 9fcfdde9a62e8f22c3eafd0f71d0536dee96c2fe /gdb/infcmd.c | |
parent | a86852103bb20a87c714d338230b265c94fc5272 (diff) | |
download | gdb-dbf6a605eef9bd4ab5aaaa010de58baa025fb09b.zip gdb-dbf6a605eef9bd4ab5aaaa010de58baa025fb09b.tar.gz gdb-dbf6a605eef9bd4ab5aaaa010de58baa025fb09b.tar.bz2 |
gdb: fix test failures after updating usage strings
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index cbd8a0a..8300182 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -3051,7 +3051,7 @@ Step program, proceeding through subroutine calls.\n\ Usage: next [N]\n\ Unlike \"step\", if the current source line calls a subroutine,\n\ this command does not enter the subroutine, but instead steps over\n\ -the call, in effect treating it as a single source line.)")); +the call, in effect treating it as a single source line.")); add_com_alias ("n", "next", class_run, 1); if (xdb_commands) add_com_alias ("S", "next", class_run, 1); |