mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 15:54:13 +00:00
* Backport from upstream:
- Move @itemize after @subsection to satisfy texinfo-5.1.
This commit is contained in:
parent
1c9d91b63c
commit
e7e4450537
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ grub2 (2.00-16) UNRELEASED; urgency=low
|
||||
|
||||
* Make reportbug script file robust against su authentication failures and
|
||||
missing LVM commands.
|
||||
* Backport from upstream:
|
||||
- Move @itemize after @subsection to satisfy texinfo-5.1.
|
||||
|
||||
-- Colin Watson <cjwatson@debian.org> Sun, 11 Aug 2013 12:12:54 +0100
|
||||
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -47,3 +47,4 @@ install_bios_setup_path.patch
|
||||
os_prober_efi.patch
|
||||
acpihalt_improvements.patch
|
||||
script_check_no_commands.patch
|
||||
texinfo_ordering.patch
|
||||
|
21
debian/patches/texinfo_ordering.patch
vendored
Normal file
21
debian/patches/texinfo_ordering.patch
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
Description: Move @itemize after @subsection to satisfy texinfo-5.1
|
||||
Author: Bryan Hundven <bryanhundven@gmail.com>
|
||||
Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/4813
|
||||
Forwarded: not-needed
|
||||
Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/4813
|
||||
Last-Update: 2013-08-11
|
||||
|
||||
Index: b/docs/grub-dev.texi
|
||||
===================================================================
|
||||
--- a/docs/grub-dev.texi
|
||||
+++ b/docs/grub-dev.texi
|
||||
@@ -1394,8 +1394,8 @@
|
||||
|
||||
@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)
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user