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
2008-08-30 Colin D Bennett <[EMAIL PROTECTED]> * include/grub/normal.h: Fixed incorrect comment for GRUB_COMMAND_FLAG_NO_ARG_PARSE.
=== 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
signature.asc
Description: PGP signature
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel