+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
@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)