This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix section ording warnings in memory.texi with texinfo-5.0


On 22/02/13 03:38, Andreas Schwab wrote:
> Allan McRae <allan@archlinux.org> writes:
> 
>> What appears to throw the new texinfo off is @menu sections within
>> @subsections.  So there is a main @menu and sub-"@menu"s.  I'm not
>> actually sure texinfo is supposed to handle this - or at least I could
>> find no documentation regarding that.
> 
> That probably needs to be put in @detailmenu.
>

Thanks!   Tracked the majority of the warnings down to the automatically
generated main menu not having the @detailmenu flags around the
"Detailed Node Listing" section.   The @menu sections within @subsection
were only correlated, not causal.

Fixing that took the number of warnings down from ~250 to 8!

Allan



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]