* docs/grub-dev.texi: Move @itemize after @subsection to satisfy
texinfo-5.1.
This commit is contained in:
parent
47043f959f
commit
d4c4b8e1a0
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2013-04-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/normal/term.c: Few more fixes for menu entry editor
|
* grub-core/normal/term.c: Few more fixes for menu entry editor
|
||||||
|
|
|
@ -1394,8 +1394,8 @@ grub_video_blit_glyph (&glyph, color, 0, 0);
|
||||||
|
|
||||||
@node Bitmap API
|
@node Bitmap API
|
||||||
@section Bitmap API
|
@section Bitmap API
|
||||||
@itemize
|
|
||||||
@subsection grub_video_bitmap_create
|
@subsection grub_video_bitmap_create
|
||||||
|
@itemize
|
||||||
@item Prototype:
|
@item Prototype:
|
||||||
@example
|
@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)
|
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)
|
||||||
|
|
Loading…
Reference in a new issue