* 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>
* 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
the following menu structure:
@itemize @w
@item Submenu 1
@itemize @w
@item Menu Entry 1
@item Menu Entry 2
@end itemize
@item Submenu 2
@itemize @w
@item Submenu 3
@itemize @w
@item Menu Entry 3
@item Menu Entry 4
@end itemize
@item Menu Entry 5
@end itemize
@end itemize
@example
Submenu 1
Menu Entry 1
Menu Entry 2
Submenu 2
Submenu 3
Menu Entry 3
Menu Entry 4
Menu Entry 5
@end example
``Menu Entry 3'' would then be identified as
@samp{Submenu 2>Submenu 3>Menu Entry 3}.