]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub-dev.texi: Rearrange menu to match the section order.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Apr 2013 17:07:55 +0000 (19:07 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Apr 2013 17:07:55 +0000 (19:07 +0200)
Reported by: Bryan Hundven.

ChangeLog
docs/grub-dev.texi

index 1372be865a17f746e58b6dafc75c0011933ec89d..c01ae94af46725bb3191fb2e468564e2d1b51363 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub-dev.texi: Rearrange menu to match the section order.
+       Reported by: Bryan Hundven.
+
 2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/loader/i386/linux.c: Remove useless leftover pointer.
index f74c96602bbdc199d3ac48588bb5a513e5d7e5ec..53f70108b6d8649dd5cbefd37f801511cb5db3a0 100644 (file)
@@ -74,8 +74,8 @@ This edition documents version @value{VERSION}.
 
 @menu
 * Getting the source code::
-* Finding your way around::
 * Coding style::
+* Finding your way around::
 * Contributing Changes::
 * Porting::
 * Error Handling::
@@ -948,8 +948,8 @@ driver manager works are not included here.
 
 @menu
 * Video API::
-* Bitmap API::
 * Example usage of Video API::
+* Bitmap API::
 @end menu
 
 @node Video API