From 41827fc34de3463891160a9d57df9f5c58c0b65f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 5 Jun 2018 09:23:48 -0600 Subject: Update "func" help text to GNU standards In my earlier series to change help text to follow the GNU standards for metasyntactic variables, I missed one: the "func" command. This patch updates its help text. Tested by the buildbot. gdb/ChangeLog 2018-06-27 Tom Tromey * stack.c (_initialize_stack): Update "func" help text. --- gdb/stack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/stack.c') diff --git a/gdb/stack.c b/gdb/stack.c index 9426d4f..13d8cf2 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -2556,8 +2556,8 @@ on this backtrace.")); if (dbx_commands) add_com ("func", class_stack, func_command, _("\ -Select the stack frame that contains .\n\ -Usage: func ")); +Select the stack frame that contains NAME.\n\ +Usage: func NAME")); add_setshow_enum_cmd ("frame-arguments", class_stack, print_frame_arguments_choices, &print_frame_arguments, -- cgit v1.1