]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2004-02-28 Jeroen Dekkers <jeroen@dekkers.cx>
authorjeroen <jeroen@localhost>
Mon, 1 Mar 2004 10:52:31 +0000 (10:52 +0000)
committerjeroen <jeroen@localhost>
Mon, 1 Mar 2004 10:52:31 +0000 (10:52 +0000)
* docs/grub.texi (partnew): Change @var{to} to @var{len}.

ChangeLog
docs/grub.texi

index 247a6b8cd5b60fde3718f54918457a56da5d7581..d6051edc2132bfda925d2c94141227768e548ea9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-28  Jeroen Dekkers  <jeroen@dekkers.cx>
+
+       * docs/grub.texi (partnew): Change @var{to} to @var{len}.
+
 2004-02-18  Yoshinori K. Okuji  <okuji@enbug.org>
 
        From Yury V. Umanets <umka@namesys.com>:
index a395feb6228fb2885e26294cbdbab41d8967cdb4..5f8f62e5958f9ffa14e8018ce9b48454d37f55f4 100644 (file)
@@ -33,7 +33,7 @@
 @setchapternewpage off
 
 @ifinfo
-Copyright @copyright{} 1999,2000,2001,2002 Free Software Foundation, Inc.
+Copyright @copyright{} 1999,2000,2001,2002,2004 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -65,7 +65,7 @@ into another language, under the above conditions for modified versions.
 @c The following two commands start the copyright page.
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1999,2000,2001,2002 Free Software Foundation, Inc.
+Copyright @copyright{} 1999,2000,2001,2002,2004 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -2124,7 +2124,7 @@ it is disabled. If no argument is given, the state is toggled.
 Create a new primary partition. @var{part} is a partition specification
 in GRUB syntax (@pxref{Naming convention}); @var{type} is the partition
 type and must be a number in the range @code{0-0xff}; @var{from} is
-the starting address and @var{to} is the length, both in sector units.
+the starting address and @var{len} is the length, both in sector units.
 @end deffn