2013-06-07 18:03:56 +00:00
|
|
|
From 3da36a727da7a92c0c1d85213be234abcf8774af Mon Sep 17 00:00:00 2001
|
2013-05-02 20:54:52 +00:00
|
|
|
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
|
|
|
|
Date: Sun, 14 Apr 2013 19:07:55 +0200
|
2013-06-12 19:24:37 +00:00
|
|
|
Subject: [PATCH 310/482] * docs/grub-dev.texi: Rearrange menu to match
|
2013-05-02 20:54:52 +00:00
|
|
|
the section order. Reported by: Bryan Hundven.
|
|
|
|
|
|
|
|
---
|
|
|
|
ChangeLog | 5 +++++
|
|
|
|
docs/grub-dev.texi | 4 ++--
|
|
|
|
2 files changed, 7 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
|
|
index 1372be8..c01ae94 100644
|
|
|
|
--- a/ChangeLog
|
|
|
|
+++ b/ChangeLog
|
|
|
|
@@ -1,5 +1,10 @@
|
|
|
|
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.
|
|
|
|
|
|
|
|
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
|
diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
|
|
|
|
index f74c966..53f7010 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
|
|
|
|
--
|
2013-06-07 18:03:56 +00:00
|
|
|
1.8.2.1
|
2013-05-02 20:54:52 +00:00
|
|
|
|