public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: Josh Saddler <nightmorph@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml
Date: Tue, 26 Jun 2007 07:07:27 +0000	[thread overview]
Message-ID: <E1I3595-0004e8-9d@stork.gentoo.org> (raw)

nightmorph    07/06/26 07:07:27

  Modified:             hb-install-alpha-disk.xml hb-install-arm-disk.xml
                        hb-install-hppa-disk.xml hb-install-ia64-disk.xml
                        hb-install-mips-disk.xml hb-install-ppc-disk.xml
                        hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
                        hb-install-x86+amd64-disk.xml
  Log:
  fixing tree type confusion. spank whoever told me to add that ext3 stuff in the first place, and me for blindly adding it. all fixed now; also fixed reiserfs, since it's actually B+, not B*

Revision  Changes    Path
1.26                 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.25&r2=1.26

Index: hb-install-alpha-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- hb-install-alpha-disk.xml	7 May 2007 18:11:40 -0000	1.25
+++ hb-install-alpha-disk.xml	26 Jun 2007 07:07:27 -0000	1.26
@@ -4,12 +4,12 @@
 <!-- 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-alpha-disk.xml,v 1.25 2007/05/07 18:11:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.26 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -662,14 +662,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.6                  xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.5&r2=1.6

Index: hb-install-arm-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-arm-disk.xml	7 May 2007 18:11:40 -0000	1.5
+++ hb-install-arm-disk.xml	26 Jun 2007 07:07:27 -0000	1.6
@@ -4,12 +4,12 @@
 <!-- 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-arm-disk.xml,v 1.5 2007/05/07 18:11:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.6 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2007-05-07</date>
+<version>5.1</version>
+<date>2007-06-26</date>
 
 <!-- TODO: Add section about MTD and such -->
 
@@ -518,14 +518,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.23                 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.22&r2=1.23

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-hppa-disk.xml	7 May 2007 18:11:41 -0000	1.22
+++ hb-install-hppa-disk.xml	26 Jun 2007 07:07:27 -0000	1.23
@@ -4,12 +4,12 @@
 <!-- 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-hppa-disk.xml,v 1.22 2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.23 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -212,14 +212,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.6                  xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.5&r2=1.6

Index: hb-install-ia64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-ia64-disk.xml	9 May 2007 23:54:26 -0000	1.5
+++ hb-install-ia64-disk.xml	26 Jun 2007 07:07:27 -0000	1.6
@@ -4,12 +4,12 @@
 <!-- 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-ia64-disk.xml,v 1.5 2007/05/09 23:54:26 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.6 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>3.1</version>
-<date>2007-05-09</date>
+<version>3.2</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -475,14 +475,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.24                 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.23&r2=1.24

Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-mips-disk.xml	7 May 2007 18:11:41 -0000	1.23
+++ hb-install-mips-disk.xml	26 Jun 2007 07:07:27 -0000	1.24
@@ -4,12 +4,12 @@
 <!-- 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-mips-disk.xml,v 1.23 2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.24 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>2.0</version>
-<date>2007-05-07</date>
+<version>2.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -553,14 +553,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.43                 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.42&r2=1.43

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-ppc-disk.xml	9 May 2007 00:52:08 -0000	1.42
+++ hb-install-ppc-disk.xml	26 Jun 2007 07:07:27 -0000	1.43
@@ -4,12 +4,12 @@
 <!-- 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-ppc-disk.xml,v 1.42 2007/05/09 00:52:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.43 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-08</date>
+<version>8.2</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -520,14 +520,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem and is highly recommended for most installs.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.31                 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.30&r2=1.31

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hb-install-ppc64-disk.xml	8 May 2007 21:17:07 -0000	1.30
+++ hb-install-ppc64-disk.xml	26 Jun 2007 07:07:27 -0000	1.31
@@ -4,12 +4,12 @@
 <!-- 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-ppc64-disk.xml,v 1.30 2007/05/08 21:17:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.31 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -618,14 +618,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



1.30                 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.29&r2=1.30

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hb-install-sparc-disk.xml	7 May 2007 18:11:41 -0000	1.29
+++ hb-install-sparc-disk.xml	26 Jun 2007 07:07:27 -0000	1.30
@@ -4,12 +4,12 @@
 <!-- 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-sparc-disk.xml,v 1.29 2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.30 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>4.0</version>
-<date>2007-05-07</date>
+<version>4.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -503,7 +503,7 @@
 <p>
 <b>ext2</b> is the tried-and-true Linux filesystem. It does not support
 journaling, which means that periodic checks of ext2 filesystems at startup
-can be quite time-consuming.  There is quite a selection of newer-generation
+can be quite time-consuming. There is quite a selection of newer-generation
 journaled filesystems that can be checked for consistency very quickly at
 startup, and are therefore generally preferred over their non-journaled
 counterparts. In general, journaled filesystems prevent long delays when a
@@ -512,10 +512,10 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. Ext3 makes an excellent and
-reliable alternative to ext2.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 </body>



1.9                  xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.8&r2=1.9

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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-x86+amd64-disk.xml	7 May 2007 18:11:41 -0000	1.8
+++ hb-install-x86+amd64-disk.xml	26 Jun 2007 07:07:27 -0000	1.9
@@ -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.8 2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.9 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 This chapter describes how to partition a disk for future usage.
 </abstract>
 
-<version>5.0</version>
-<date>2007-05-07</date>
+<version>5.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -535,14 +535,14 @@
 
 <p>
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. It uses a hashed B*-tree index that
-enables high performance in almost all situations. In short, ext3 is a very
-good and reliable filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 <p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+<b>ReiserFS</b> is a B+tree-based filesystem that has very good overall
 performance and greatly outperforms both ext2 and ext3 when dealing with small
 files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
 extremely well and has metadata journaling. ReiserFS is solid and usable as



-- 
gentoo-doc-cvs@gentoo.org mailing list



                 reply	other threads:[~2007-06-26  7:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1I3595-0004e8-9d@stork.gentoo.org \
    --to=nightmorph@stork.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox