Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Tue, 31 Dec 2013 20:33:05
Message-Id: 20131231203300.7CA9220034@flycatcher.gentoo.org
1 swift 13/12/31 20:33:00
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #496566 - Make size expressions non-limitative
6
7 Revision Changes Path
8 1.36 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.36&view=markup
11 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
12 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
13
14 Index: hb-install-x86+amd64-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- hb-install-x86+amd64-disk.xml 30 Dec 2013 15:54:39 -0000 1.35
21 +++ hb-install-x86+amd64-disk.xml 31 Dec 2013 20:33:00 -0000 1.36
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>27</version>
36 -<date>2013-12-30</date>
37 +<version>28</version>
38 +<date>2013-12-31</date>
39
40 <section>
41 <title>Introduction to Block Devices</title>
42 @@ -439,10 +439,10 @@
43 a partition <e>extended</e> and create <e>logical</e> partitions inside it.
44 </li>
45 <li>
46 - The start location of a partition (which can be expressed in MB or GB)
47 + The start location of a partition (which can be expressed in MB, GB, ...)
48 </li>
49 <li>
50 - The end location of the partition (which can be expressed in MB or GB)
51 + The end location of the partition (which can be expressed in MB, GB, ...)
52 </li>
53 </ul>