From: Colin Watson Date: Fri, 12 Oct 2012 14:34:33 +0000 (+0100) Subject: * grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct X-Git-Tag: grub-2.02-beta1~1411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a5d5d4daaf1932df89cce07ae2a01950feb426;p=thirdparty%2Fgrub.git * grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct description of extract_entries_configfile. --- diff --git a/ChangeLog b/ChangeLog index d0aeab6d1..9280dba6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2012-10-05 Colin Watson +2012-10-12 Colin Watson + + * grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct + description of extract_entries_configfile. + +2012-10-05 Colin Watson * grub-core/loader/i386/linux.c (allocate_pages): Fix spelling of preferred_address. diff --git a/grub-core/commands/configfile.c b/grub-core/commands/configfile.c index 99c0a2479..f2d2abb5f 100644 --- a/grub-core/commands/configfile.c +++ b/grub-core/commands/configfile.c @@ -78,7 +78,7 @@ GRUB_MOD_INIT(configfile) cmd_extractor_configfile = grub_register_command ("extract_entries_configfile", grub_cmd_source, N_("FILE"), - N_("Load another config file without changing context but take only menu entries.") + N_("Load another config file but take only menu entries.") ); cmd_dot =