swift       13/04/06 11:28:54

  Modified:             hb-install-sparc-disk.xml
  Log:
  Fix bug #463465 - Use ext4 consistenly in sparc handbook

Revision  Changes    Path
1.39                 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.38&r2=1.39

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.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-sparc-disk.xml   6 Apr 2013 08:14:35 -0000       1.38
+++ hb-install-sparc-disk.xml   6 Apr 2013 11:28:54 -0000       1.39
@@ -4,11 +4,11 @@
 <!-- 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.38 
2013/04/06 08:14:35 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.39 
2013/04/06 11:28:54 swift Exp $ -->
 
 <sections>
 
-<version>9</version>
+<version>10</version>
 <date>2013-04-06</date>
 
 <section>
@@ -494,14 +494,14 @@
 </table>
 
 <p>
-For instance, to create the root partition (<path>/dev/sda1</path> in our
-example) as ext2, and the <path>/usr</path>, <path>/var</path>, and
+For instance, to create the root (<path>/dev/sda1</path> in our
+example), <path>/usr</path>, <path>/var</path>, and
 <path>/home</path> partitions (<path>/dev/sda4</path>, <path>5</path>
 and <path>6</path> in our example, respectively) as ext4, you would use:
 </p>
 
 <pre caption="Applying a filesystem on a partition">
-# <i>mkfs.ext2 /dev/sda1</i>
+# <i>mkfs.ext4 /dev/sda1</i>
 # <i>mkfs.ext4 /dev/sda4</i>
 # <i>mkfs.ext4 /dev/sda5</i>
 # <i>mkfs.ext4 /dev/sda6</i>




Reply via email to