From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Cuu5s-00028e-Lo for mharc-grub-devel@gnu.org; Sat, 29 Jan 2005 10:01:00 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cuu5R-0001v2-Aq for grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cuu5D-0001nR-1u for grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cuu54-0001eN-73 for grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:10 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cutbt-0007Ha-DV for grub-devel@gnu.org; Sat, 29 Jan 2005 09:30:01 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 4C3DAF944600 for ; Sat, 29 Jan 2005 15:30:00 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 29 Jan 05 14:29:59 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 29 Jan 2005 15:30:37 +0100 User-Agent: KMail/1.7.1 References: <87mzut3f3c.fsf@marco.marco-g.com> <200501290223.09666.okuji@enbug.org> <87ekg4s823.fsf@marco.marco-g.com> In-Reply-To: <87ekg4s823.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501291530.37761.okuji@enbug.org> Subject: Re: New commands (reboot, halt, help) 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: Sat, 29 Jan 2005 15:00:59 -0000 On Saturday 29 January 2005 14:01, Marco Gerards wrote: > > Why do you test the flags with GRUB_COMMAND_FLAG_BOTH? > > Not all commands, for example `title', should be printed. Why? And, do you know that GRUB_COMMAND_FLAG_BOTH is a sum of GRUB_COMMAND_FLAG_CMDLINE and GRUB_COMMAND_FLAG_MENU? The conditional is at least redundant. > This is a two column format. The output is, for example: [snip] It's not a two-column format. Try help on bash. You will see what I mean. Okuji