]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2004-09-20 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Mon, 20 Sep 2004 21:55:00 +0000 (21:55 +0000)
committerokuji <okuji@localhost>
Mon, 20 Sep 2004 21:55:00 +0000 (21:55 +0000)
  * docs/internals.texi (Internals): Changed to an appendix.

  * docs/grub.texi (@setchapternewpage): Changed to odd from off.
  (@contents): Moved to the beginning.
  (Future): Changed to an appendix.

ChangeLog
docs/grub.texi
docs/internals.texi
docs/stamp-vti
docs/version.texi

index d888f54ca7b05dba3ce78f320f89bab8e12b1121..159c8835ec97583d8b6054e6be4d370b00d0318d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-20  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * docs/internals.texi (Internals): Changed to an appendix.
+
+       * docs/grub.texi (@setchapternewpage): Changed to odd from off.
+       (@contents): Moved to the beginning.
+       (Future): Changed to an appendix.
+
 2004-08-17  Yoshinori K. Okuji  <okuji@enbug.org>
 
        * stage2/cmdline.c (run_script): Fix a reversed conditional.
index c16d07cbf6d8d7d8881d6894407928049868216c..51d330aebfaf632eee31a873384bebad883e00aa 100644 (file)
@@ -32,7 +32,7 @@
 * mbchk: (grub)Invoking mbchk.  Check for the format of a Multiboot kernel
 @end direntry
 
-@setchapternewpage off
+@setchapternewpage odd
 
 @ifinfo
 Copyright @copyright{} 1999,2000,2001,2002,2004 Free Software Foundation, Inc.
@@ -83,6 +83,9 @@ except that this permission notice may be stated in a translation approved
 by Free Software Foundation.
 @end titlepage
 
+@c Output the table of contents at the beginning.
+@contents
+
 @finalout
 @headings double
 
@@ -1124,8 +1127,8 @@ try the new kernel only once and boot the old kernel after that.
 
 First, modify your configuration file. Here is an example:
 
-@group
 @example
+@group
 default saved        # This is important!!!
 timeout 10
 
@@ -1138,8 +1141,8 @@ title the new kernel
 root (hd0,0)
 kernel /new_kernel
 savedefault 0         # This is important!!!
-@end example
 @end group
+@end example
 
 Note that this configuration file uses @samp{default saved}
 (@pxref{default}) at the head and @samp{savedefault 0}
@@ -1186,8 +1189,8 @@ Then you may want GRUB to boot the first system which is bootable
 among @samp{A}, @samp{B} and @samp{C}. A configuration file can be
 written in this way:
 
-@group
 @example
+@group
 default saved        # This is important!!!
 timeout 10
 fallback 1 2         # This is important!!!
@@ -1206,8 +1209,8 @@ title C
 root (hd2,0)
 kernel /kernel
 savedefault
-@end example
 @end group
+@end example
 
 Note that @samp{default saved} (@pxref{default}), @samp{fallback 1 2}
 and @samp{savedefault fallback} are used. GRUB will boot a saved entry
@@ -3783,8 +3786,8 @@ You must specify a single argument to @command{grub-set-default}. This
 argument is normally the number of a default boot entry. For example,
 if you have this configuration file:
 
-@group
 @example
+@group
 default saved
 timeout 10
 
@@ -3795,8 +3798,8 @@ root (hd0,0)
 title GNU/Linux
 root (hd0,1)
 ...
-@end example
 @end group
+@end example
 
 and if you want to set the next default boot entry to GNU/Linux, you
 may execute this command:
@@ -3948,7 +3951,7 @@ Once we get your report, we will try to fix the bugs.
 
 
 @node Future
-@chapter Where GRUB will go
+@appendix Where GRUB will go
 
 We started the next generation of GRUB, GRUB 2. This will include
 internationalization, dynamic module loading, real memory management,
@@ -3969,7 +3972,6 @@ homepage}.
 @printindex cp
 
 
-@contents
 @bye
 
 Some notes:
index effdfa4b9aba647250484963cbf66bbcf3c73db7..5eb6406286361565a859eecd43110c2d13c0a32c 100644 (file)
@@ -1,5 +1,5 @@
 @node Internals
-@chapter Hacking GRUB
+@appendix Hacking GRUB
 
 This chapter documents the user-invisible aspect of GRUB.
 
index 49a3dafa9515abc8543df3245c7451553056598b..6b078b2ef8f020fe40d19f02b6ce07c3a65a733d 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 16 July 2004
-@set UPDATED-MONTH July 2004
+@set UPDATED 20 September 2004
+@set UPDATED-MONTH September 2004
 @set EDITION 0.95
 @set VERSION 0.95
index 49a3dafa9515abc8543df3245c7451553056598b..6b078b2ef8f020fe40d19f02b6ce07c3a65a733d 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 16 July 2004
-@set UPDATED-MONTH July 2004
+@set UPDATED 20 September 2004
+@set UPDATED-MONTH September 2004
 @set EDITION 0.95
 @set VERSION 0.95