]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct
authorColin Watson <cjwatson@ubuntu.com>
Fri, 12 Oct 2012 14:34:33 +0000 (15:34 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 12 Oct 2012 14:34:33 +0000 (15:34 +0100)
description of extract_entries_configfile.

ChangeLog
grub-core/commands/configfile.c

index d0aeab6d162d7320e47e4a6d1dbc136562339549..9280dba6cc25b2ac660ea80c89d06120d73e058b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2012-10-05  Colin Watson  <cjwatson@debian.org>
+2012-10-12  Colin Watson  <cjwatson@ubuntu.com>
+
+       * grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct
+       description of extract_entries_configfile.
+
+2012-10-05  Colin Watson  <cjwatson@ubuntu.com>
 
        * grub-core/loader/i386/linux.c (allocate_pages): Fix spelling of
        preferred_address.
index 99c0a2479000263aa9ff53797502496174ac63b1..f2d2abb5fa3c1f1fa91c8945543663ef4211e463 100644 (file)
@@ -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 =