]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/efi/lsefimmap.c: Correct header.
authorColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 16:59:09 +0000 (17:59 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 16:59:09 +0000 (17:59 +0100)
* NEWS: Update.

ChangeLog
NEWS
grub-core/commands/efi/lsefimmap.c

index e20e2b65426532c526fb6ab719bd8752ee044e69..ae98382fa43d2ad34831152065c8d3cda79c25e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-20  Colin Watson  <cjwatson@ubuntu.com>
+
+       * grub-core/commands/efi/lsefimmap.c: Correct header.
+       * NEWS: Update.
+
 2010-09-20  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-editenv.c (argp_parser): Don't pass translated strings
diff --git a/NEWS b/NEWS
index b8cec570e4376b9a537974272fc083efd08b8289..7fce921d67b1d59c152e5f9383a0439aac5bfa69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ New in 1.99:
 * Extend `vbeinfo' and `vbetest' commands to non-VBE graphics, as
   `videoinfo' and `videotest'.
 
-* New `lsefisystab' and `lssal' commands on EFI platforms.
+* New `lsefisystab', `lssal', and `lsefimmap' commands on EFI platforms.
 
 * Support explicit user claim that a device is BIOS-visible.  Devices
   listed in device.map will be assumed to be readable using only BIOS
index 010fc0d77bf5a230b224a23230cfc8e99896fc19..30780447a7c1df5ae1d8705e24beff100baf32d6 100644 (file)
@@ -1,4 +1,4 @@
-/* memmap.c  - Display memory map.  */
+/* lsefimemmap.c  - Display memory map.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
  *  Copyright (C) 2008  Free Software Foundation, Inc.