From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LT0eU-0006eM-VY for mharc-grub-devel@gnu.org; Fri, 30 Jan 2009 16:11:51 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LT0eT-0006cY-5N for grub-devel@gnu.org; Fri, 30 Jan 2009 16:11:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LT0eR-0006aL-Eo for grub-devel@gnu.org; Fri, 30 Jan 2009 16:11:48 -0500 Received: from [199.232.76.173] (port=43288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LT0eR-0006aE-BV for grub-devel@gnu.org; Fri, 30 Jan 2009 16:11:47 -0500 Received: from mailout06.t-online.de ([194.25.134.19]:57159) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LT0eQ-0002fB-Ka for grub-devel@gnu.org; Fri, 30 Jan 2009 16:11:46 -0500 Received: from fwd03.aul.t-online.de by mailout06.sul.t-online.de with smtp id 1LT0eJ-0002Md-04; Fri, 30 Jan 2009 22:11:39 +0100 Received: from [10.3.2.2] (TlKJyyZdYhq-wrbF+P7W51+qpkg0tuMgke5VTV3L6D791edg+DJtPiIJd2ESSCMgUM@[217.235.197.250]) by fwd03.aul.t-online.de with esmtp id 1LT0eF-1bW3No0; Fri, 30 Jan 2009 22:11:35 +0100 Message-ID: <49836D08.5060005@t-online.de> Date: Fri, 30 Jan 2009 22:11:36 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: grub-devel@gnu.org References: <497A1A30.9@t-online.de> In-Reply-To: <497A1A30.9@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: TlKJyyZdYhq-wrbF+P7W51+qpkg0tuMgke5VTV3L6D791edg+DJtPiIJd2ESSCMgUM X-TOI-MSGID: a33cb589-00a5-4a96-b50d-638e701159e1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Allow more than one line in option help text 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, 30 Jan 2009 21:11:49 -0000 Christian Franke wrote: > This small patch allows '\n' in option help texts, for example: Patch simplified & committed. Christian