~ubuntu-core-dev/ubuntu/trusty/grub2/trusty

« back to all changes in this revision

Viewing changes to debian/patches/texinfo_ordering.patch

  • Committer: Colin Watson
  • Date: 2013-08-15 09:03:10 UTC
  • mfrom: (1892.1.816 grub2)
  • Revision ID: cjwatson@canonical.com-20130815090310-eqlakfggrnkp5xol
merge from Debian 2.00-16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Move @itemize after @subsection to satisfy texinfo-5.1
 
2
Author: Bryan Hundven <bryanhundven@gmail.com>
 
3
Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/4813
 
4
Forwarded: not-needed
 
5
Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/4813
 
6
Last-Update: 2013-08-11
 
7
 
 
8
Index: b/docs/grub-dev.texi
 
9
===================================================================
 
10
--- a/docs/grub-dev.texi
 
11
+++ b/docs/grub-dev.texi
 
12
@@ -1394,8 +1394,8 @@
 
13
 
 
14
 @node Bitmap API
 
15
 @section Bitmap API
 
16
-@itemize
 
17
 @subsection grub_video_bitmap_create
 
18
+@itemize
 
19
 @item Prototype:
 
20
 @example
 
21
 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)