Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 1:13 PM, Bryan Hundven wrote: > On Apr 6, 2013, at 1:11 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 06.04.2013 21:58, Bryan Hundven wrote: >> >>> On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko >>> wrote: >>> On 04.04.2013 22:19, B

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 1:11 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 06.04.2013 21:58, Bryan Hundven wrote: > >> On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko >> wrote: >> >>> On 04.04.2013 22:19, Bryan Hundven wrote: >>> In @node Bitmap_API, @itemize is n

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.04.2013 21:58, Bryan Hundven wrote: > On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 04.04.2013 22:19, Bryan Hundven wrote: >> >>> In @node Bitmap_API, @itemize is not in the @subsection, and causes >>> makeinfo to return 1. >> >> I wasn't able to rep

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 12:58 PM, Bryan Hundven wrote: > On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 04.04.2013 22:19, Bryan Hundven wrote: >> >>> In @node Bitmap_API, @itemize is not in the @subsection, and causes >>> makeinfo to return 1. >> >> I wasn't

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Bryan Hundven
On Apr 6, 2013, at 12:49 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 04.04.2013 22:19, Bryan Hundven wrote: > >> In @node Bitmap_API, @itemize is not in the @subsection, and causes makeinfo >> to return 1. > > I wasn't able to reproduce this. At all. I got this issue with texinfo-5

Re: [PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.04.2013 22:19, Bryan Hundven wrote: > In @node Bitmap_API, @itemize is not in the @subsection, and causes makeinfo > to return 1. I wasn't able to reproduce this. At all. > Fix this and move sections in the texi to match the menu order to get rid of > the warnings. > It's better to cha

[PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-04 Thread Bryan Hundven
In @node Bitmap_API, @itemize is not in the @subsection, and causes makeinfo to return 1. Fix this and move sections in the texi to match the menu order to get rid of the warnings. I'm new to bzr and contributing to grub. This unified patch applies against trunk/grub. I've looked around and fo