]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (default): Use @example rather than nested
authorColin Watson <cjwatson@ubuntu.com>
Wed, 30 Mar 2011 10:46:36 +0000 (11:46 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 30 Mar 2011 10:46:36 +0000 (11:46 +0100)
itemized lists to avoid breaking gendocs.

ChangeLog
docs/grub.texi

index 10bb289cc044224c2a4c968146657a3495f16cd4..1e20b132ef989623ff7772c7a695cfbbd315cfe0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 1c21cb67d4a340a4aa32080e92ddc650d6b454c3..dd3afcf481ef12b83c19f217d3a165401a2306ba 100644 (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}.