]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub-dev.texi: Move @itemize after @subsection to satisfy
authorBryan Hundven <bryanhundven@gmail.com>
Mon, 8 Apr 2013 13:23:07 +0000 (15:23 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 8 Apr 2013 13:23:07 +0000 (15:23 +0200)
texinfo-5.1.

ChangeLog
docs/grub-dev.texi

index 0c97d42c0c8999fbac595db3980773924bdd9263..3a241c02a3637e26e7206d6bac6263e1e6e4106b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-08  Bryan Hundven <bryanhundven@gmail.com>
+
+       * docs/grub-dev.texi: Move @itemize after @subsection to satisfy
+       texinfo-5.1.
+
 2013-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/normal/term.c: Few more fixes for menu entry editor
index a4a38206ebeeddbcff6eda99d1034cef38fef6df..f74c96602bbdc199d3ac48588bb5a513e5d7e5ec 100644 (file)
@@ -1394,8 +1394,8 @@ grub_video_blit_glyph (&glyph, color, 0, 0);
 
 @node Bitmap API
 @section Bitmap API
-@itemize
 @subsection grub_video_bitmap_create
+@itemize
 @item Prototype:
 @example
 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)