* grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct
description of extract_entries_configfile.
This commit is contained in:
parent
39525c22be
commit
e8a5d5d4da
2 changed files with 7 additions and 2 deletions
|
@ -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
|
* grub-core/loader/i386/linux.c (allocate_pages): Fix spelling of
|
||||||
preferred_address.
|
preferred_address.
|
||||||
|
|
|
@ -78,7 +78,7 @@ GRUB_MOD_INIT(configfile)
|
||||||
cmd_extractor_configfile =
|
cmd_extractor_configfile =
|
||||||
grub_register_command ("extract_entries_configfile", grub_cmd_source,
|
grub_register_command ("extract_entries_configfile", grub_cmd_source,
|
||||||
N_("FILE"),
|
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 =
|
cmd_dot =
|
||||||
|
|
Loading…
Reference in a new issue