From: Mark Kettenis Date: Sun, 10 Aug 2003 14:59:28 +0000 (+0000) Subject: * frame.c (_initialize_frame): Add missing backslash. X-Git-Tag: gdb_6_0-2003-10-04-release~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75a81bd9771a27b84df0986c54bb4ba1d40baead;p=thirdparty%2Fbinutils-gdb.git * frame.c (_initialize_frame): Add missing backslash. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a6b3b3613f..b352a968edf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-08-10 Mark Kettenis + + * frame.c (_initialize_frame): Add missing backslash. + 2003-08-10 Mark Kettenis * sol-thread.c (sol_thread_store_registers): Use regcache_collect diff --git a/gdb/frame.c b/gdb/frame.c index eb89e7c846e..60f9f0141b1 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -2451,7 +2451,7 @@ of the stack trace.", add_setshow_uinteger_cmd ("limit", class_obscure, &backtrace_limit, "\ Set an upper bound on the number of backtrace levels.\n\ -No more than the specified number of frames can be displayed or examined.\n +No more than the specified number of frames can be displayed or examined.\n\ Zero is unlimited.", "\ Show the upper bound on the number of backtrace levels.", NULL, NULL, &set_backtrace_cmdlist,