* docs/grub.texi (default): Use @example rather than nested

itemized lists to avoid breaking gendocs.
This commit is contained in:
Colin Watson 2011-03-30 11:46:36 +01:00
parent 3d7ed04e92
commit 2d5d0333d6
2 changed files with 15 additions and 16 deletions

View file

@ -1,3 +1,8 @@
2011-03-30 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (default): Use @example rather than nested
itemized lists to avoid breaking gendocs.
2011-03-30 Colin Watson <cjwatson@ubuntu.com> 2011-03-30 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (Future): Update. * docs/grub.texi (Future): Update.

View file

@ -2528,22 +2528,16 @@ each of the submenus starting from the top level followed by the number or
title of the menu entry itself, separated by @samp{>}. For example, take title of the menu entry itself, separated by @samp{>}. For example, take
the following menu structure: the following menu structure:
@itemize @w @example
@item Submenu 1 Submenu 1
@itemize @w Menu Entry 1
@item Menu Entry 1 Menu Entry 2
@item Menu Entry 2 Submenu 2
@end itemize Submenu 3
@item Submenu 2 Menu Entry 3
@itemize @w Menu Entry 4
@item Submenu 3 Menu Entry 5
@itemize @w @end example
@item Menu Entry 3
@item Menu Entry 4
@end itemize
@item Menu Entry 5
@end itemize
@end itemize
``Menu Entry 3'' would then be identified as ``Menu Entry 3'' would then be identified as
@samp{Submenu 2>Submenu 3>Menu Entry 3}. @samp{Submenu 2>Submenu 3>Menu Entry 3}.