a5bd9f6
From 8f7bea9a0975542cc54653d67bf090b4ed63064a Mon Sep 17 00:00:00 2001
a5bd9f6
From: Bryan Hundven <bryanhundven@gmail.com>
a5bd9f6
Date: Mon, 8 Apr 2013 15:23:07 +0200
a5bd9f6
Subject: [PATCH 271/364] 	* docs/grub-dev.texi: Move @itemize after
a5bd9f6
 @subsection to satisfy 	texinfo-5.1.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog          | 5 +++++
a5bd9f6
 docs/grub-dev.texi | 2 +-
a5bd9f6
 2 files changed, 6 insertions(+), 1 deletion(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 0c97d42..3a241c0 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,3 +1,8 @@
a5bd9f6
+2013-04-08  Bryan Hundven <bryanhundven@gmail.com>
a5bd9f6
+
a5bd9f6
+	* docs/grub-dev.texi: Move @itemize after @subsection to satisfy
a5bd9f6
+	texinfo-5.1.
a5bd9f6
+
a5bd9f6
 2013-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
 	* grub-core/normal/term.c: Few more fixes for menu entry editor
a5bd9f6
diff --git a/docs/grub-dev.texi b/docs/grub-dev.texi
a5bd9f6
index a4a3820..f74c966 100644
a5bd9f6
--- a/docs/grub-dev.texi
a5bd9f6
+++ b/docs/grub-dev.texi
a5bd9f6
@@ -1394,8 +1394,8 @@ grub_video_blit_glyph (&glyph, color, 0, 0);
a5bd9f6
 
a5bd9f6
 @node Bitmap API
a5bd9f6
 @section Bitmap API
a5bd9f6
-@itemize
a5bd9f6
 @subsection grub_video_bitmap_create
a5bd9f6
+@itemize
a5bd9f6
 @item Prototype:
a5bd9f6
 @example
a5bd9f6
 grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format)
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6