From fec74868a2897e3d5f32af35d4f51a9e839be971 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 10 Aug 2003 14:56:23 +0000 Subject: * frame.c (_initialize_frame): Add missing backslash. --- gdb/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/frame.c') diff --git a/gdb/frame.c b/gdb/frame.c index b386196..8380871 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -2424,7 +2424,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, -- cgit v1.1