From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KZiMh-0003PA-IX for mharc-grub-devel@gnu.org; Sun, 31 Aug 2008 04:32:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZiMg-0003Ok-AZ for grub-devel@gnu.org; Sun, 31 Aug 2008 04:32:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZiMe-0003OS-L5 for grub-devel@gnu.org; Sun, 31 Aug 2008 04:32:53 -0400 Received: from [199.232.76.173] (port=44301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZiMe-0003OP-DU for grub-devel@gnu.org; Sun, 31 Aug 2008 04:32:52 -0400 Received: from gateway15.websitewelcome.com ([69.56.150.8]:39699) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KZiMe-0006uG-2z for grub-devel@gnu.org; Sun, 31 Aug 2008 04:32:52 -0400 Received: (qmail 23245 invoked from network); 31 Aug 2008 06:54:01 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway15.websitewelcome.com with SMTP; 31 Aug 2008 06:54:01 -0000 Received: from c-67-185-142-228.hsd1.wa.comcast.net ([67.185.142.228]:57276 helo=gamma.lan) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KZghL-00053Y-1m for grub-devel@gnu.org; Sun, 31 Aug 2008 01:46:07 -0500 Date: Sat, 30 Aug 2008 23:46:06 -0700 From: Colin D Bennett To: grub-devel@gnu.org Message-ID: <20080830234606.17abc427@gamma.lan> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/UTPBLAfU1HX0aGx=za0p0/g"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: [PATCH] GSoC #02 Minor tweak: Comment fix. 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: Sun, 31 Aug 2008 08:32:54 -0000 --Sig_/UTPBLAfU1HX0aGx=za0p0/g Content-Type: multipart/mixed; boundary="MP_/EeA4FwuR6LSZU=YLUn78kvv" --MP_/EeA4FwuR6LSZU=YLUn78kvv Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline One-liner: Fix an incorrect comment in include/grub/normal.h for GRUB_COMMAND_FLAG_NO_ARG_PARSE. The incorrect comment appears to have been a copy-and-paste error. Regards, Colin --MP_/EeA4FwuR6LSZU=YLUn78kvv Content-Type: text/plain; name=02_ChangeLog.txt Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=02_ChangeLog.txt 2008-08-30 Colin D Bennett * include/grub/normal.h: Fixed incorrect comment for GRUB_COMMAND_FLAG_NO_ARG_PARSE. --MP_/EeA4FwuR6LSZU=YLUn78kvv Content-Type: text/x-patch; name=02_cleanup-tweaks.patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=02_cleanup-tweaks.patch =3D=3D=3D modified file 'include/grub/normal.h' --- include/grub/normal.h 2008-03-26 12:01:02 +0000 +++ include/grub/normal.h 2008-08-31 05:18:26 +0000 @@ -39,7 +39,7 @@ #define GRUB_COMMAND_FLAG_TITLE 0x4 /* Don't print the command on booting. */ #define GRUB_COMMAND_FLAG_NO_ECHO 0x8 -/* Don't print the command on booting. */ +/* Pass arguments to the command without parsing options. */ #define GRUB_COMMAND_FLAG_NO_ARG_PARSE 0x10 /* Not loaded yet. Used for auto-loading. */ #define GRUB_COMMAND_FLAG_NOT_LOADED 0x20 --MP_/EeA4FwuR6LSZU=YLUn78kvv-- --Sig_/UTPBLAfU1HX0aGx=za0p0/g Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAki6PjEACgkQokx8fzcGbYdy3wCgh1Q5Hw5JgpVkVxw6GS504h8A kcgAn2SsS2a8mXSIV/Pt7hkb9fxl/baP =XinG -----END PGP SIGNATURE----- --Sig_/UTPBLAfU1HX0aGx=za0p0/g--