From: Vladimir 'phcoder' Serbinenko Date: Sun, 14 Apr 2013 17:07:55 +0000 (+0200) Subject: * docs/grub-dev.texi: Rearrange menu to match the section order. X-Git-Tag: grub-2.02-beta1~1153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b7d77bcd484fa19f9a27cd814b01c31eeab5d2;p=thirdparty%2Fgrub.git * docs/grub-dev.texi: Rearrange menu to match the section order. Reported by: Bryan Hundven. --- diff --git a/ChangeLog b/ChangeLog index 1372be865..c01ae94af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-04-14 Vladimir Serbinenko + + * docs/grub-dev.texi: Rearrange menu to match the section order. + Reported by: Bryan Hundven. + 2013-04-14 Vladimir Serbinenko * grub-core/loader/i386/linux.c: Remove useless leftover pointer. diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi index f74c96602..53f70108b 100644 --- a/docs/grub-dev.texi +++ b/docs/grub-dev.texi @@ -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