From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LGHs4-0005Vi-77 for mharc-grub-devel@gnu.org; Fri, 26 Dec 2008 13:57:16 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LGHs3-0005Vc-0T for grub-devel@gnu.org; Fri, 26 Dec 2008 13:57:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LGHrx-0005VH-HZ for grub-devel@gnu.org; Fri, 26 Dec 2008 13:57:13 -0500 Received: from [199.232.76.173] (port=43608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LGHrx-0005VE-B9 for grub-devel@gnu.org; Fri, 26 Dec 2008 13:57:09 -0500 Received: from sd-green-bigip-74.dreamhost.com ([208.97.132.74]:39377 helo=homiemail-a1.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LGHrw-0003mm-Ue for grub-devel@gnu.org; Fri, 26 Dec 2008 13:57:09 -0500 Received: from jidanni.org (122-127-37-157.dynamic.hinet.net [122.127.37.157]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTP id 5A238119E05 for ; Fri, 26 Dec 2008 10:57:04 -0800 (PST) To: grub-devel@gnu.org References: <87bpxru9w3.fsf@jidanni.org> From: jidanni@jidanni.org Date: Sat, 27 Dec 2008 02:57:01 +0800 Message-ID: <87iqp6229u.fsf_-_@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) Subject: [PATCH] menu.c clearer instructions X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2008 18:57:15 -0000 diff -C 1 menuO*.c menu.c *** menuORIG.c 2008-12-27 02:42:57.000000000 +0800 --- menu.c 2008-12-27 02:53:49.000000000 +0800 *************** *** 84,87 **** Minimum Emacs-like screen editing is supported. TAB lists\n\ ! available completions. Press C-x (\'x\' with Ctrl) to boot,\n\ ! C-c (\'c\' with Ctrl) for a command-line or ESC to return menu."); } --- 84,87 ---- Minimum Emacs-like screen editing is supported. TAB lists\n\ ! completions. C-x (\'x\' with Ctrl) to boot, C-c for command-line,\n\ ! or ESC to throw away changes and return to menu."); }