* docs/grub-dev.texi: Move @itemize after @subsection to satisfy

texinfo-5.1.
This commit is contained in:
Bryan Hundven 2013-04-08 15:23:07 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 47043f959f
commit d4c4b8e1a0
2 changed files with 6 additions and 1 deletions

View File

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

View 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)