From bf555842fccfc0e2cdc4a2f329df6358f991732c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 16 Jan 2015 13:31:36 +0200 Subject: Fix TUI-related documentation. tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command): Doc fix. doc/gdb.texinfo (TUI Commands): Document the possible values of NAME argument to 'winheight' command. Explain the effect of 'tabset' setting better. --- gdb/tui/tui-win.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/tui') diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index f3f0a8c..0d155fb 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -401,10 +401,10 @@ Usage: + [win] [n]\n")); Scroll window backward.\n\ Usage: - [win] [n]\n")); add_com ("<", class_tui, tui_scroll_left_command, _("\ -Scroll window forward.\n\ +Scroll window text to the left.\n\ Usage: < [win] [n]\n")); add_com (">", class_tui, tui_scroll_right_command, _("\ -Scroll window backward.\n\ +Scroll window text to the right.\n\ Usage: > [win] [n]\n")); if (xdb_commands) add_com ("w", class_xdb, tui_xdb_set_win_height_command, _("\ -- cgit v1.1