swift 13/12/31 20:33:00 Modified: hb-install-x86+amd64-disk.xml Log: Fix bug #496566 - Make size expressions non-limitative
Revision Changes Path 1.36 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.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.36&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.35&r2=1.36 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.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- hb-install-x86+amd64-disk.xml 30 Dec 2013 15:54:39 -0000 1.35 +++ hb-install-x86+amd64-disk.xml 31 Dec 2013 20:33:00 -0000 1.36 @@ -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.35 2013/12/30 15:54:39 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.36 2013/12/31 20:33:00 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. </abstract> -<version>27</version> -<date>2013-12-30</date> +<version>28</version> +<date>2013-12-31</date> <section> <title>Introduction to Block Devices</title> @@ -439,10 +439,10 @@ a partition <e>extended</e> and create <e>logical</e> partitions inside it. </li> <li> - The start location of a partition (which can be expressed in MB or GB) + The start location of a partition (which can be expressed in MB, GB, ...) </li> <li> - The end location of the partition (which can be expressed in MB or GB) + The end location of the partition (which can be expressed in MB, GB, ...) </li> </ul>
