2004-02-28 Jeroen Dekkers <jeroen@dekkers.cx>

* docs/grub.texi (partnew): Change @var{to} to @var{len}.
This commit is contained in:
jeroen 2004-03-01 10:52:31 +00:00
parent 54566a13ae
commit 8f31d2ff88
2 changed files with 7 additions and 3 deletions

View file

@ -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>:

View 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