swift 13/04/11 18:25:12 Modified: hb-install-x86+amd64-disk.xml Log: Fix bug #465410 - Slightly misleading sentence in creating partition, thanks to Vladimir for reporting
Revision Changes Path 1.23 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.22&r2=1.23 Index: hb-install-x86+amd64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- hb-install-x86+amd64-disk.xml 6 Apr 2013 07:52:47 -0000 1.22 +++ hb-install-x86+amd64-disk.xml 11 Apr 2013 18:25:12 -0000 1.23 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.22 2013/04/06 07:52:47 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.23 2013/04/11 18:25:12 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. </abstract> -<version>15</version> -<date>2013-04-06</date> +<version>16</version> +<date>2013-04-11</date> <section> <title>Introduction to Block Devices</title> @@ -367,7 +367,7 @@ then <c>p</c> to select a primary partition, followed by <c>1</c> to select the first primary partition. When prompted for the first cylinder, hit enter. When prompted for the last cylinder, type <c>+32M</c> to create a partition 32 Mbyte -in size and set its bootable flag: +in size: </p> <pre caption="Creating the boot partition"> @@ -400,7 +400,7 @@ <p> We need to make this partition bootable. Type <c>a</c> to toggle the bootable flag on a partition and select <c>1</c>. If you press <c>p</c> again, you will -notice that an <path>*</path> is placed in the "Boot" column. +notice that an <e>*</e> is placed in the "Boot" column. </p> </body>
