neysx 07/09/18 15:48:12 Modified: gentoo-x86-tipsntricks.xml Log: #192929 Use the word "format" to make it clearer
Revision Changes Path 1.25 xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.25&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml?r1=1.24&r2=1.25 Index: gentoo-x86-tipsntricks.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gentoo-x86-tipsntricks.xml 16 Apr 2007 05:39:54 -0000 1.24 +++ gentoo-x86-tipsntricks.xml 18 Sep 2007 15:48:12 -0000 1.25 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.24 2007/04/16 05:39:54 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.25 2007/09/18 15:48:12 neysx Exp $ --> <guide link="/doc/en/gentoo-x86-tipsntricks.xml"> <title>Gentoo/x86 Installation Tips & Tricks</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.14</version> -<date>2007-04-15</date> +<version>1.15</version> +<date>2007-09-18</date> <chapter> <title>Introduction</title> @@ -394,9 +394,9 @@ <p> If you think your disk needs to be thoroughly checked for consistency (bad sectors and such), you can use the <c>-c</c> option while placing the ext2 or -ext3 filesystem on it (using <c>mke2fs</c>). This will perform a read-test and -will mark all bad blocks as such. If you are really paranoid, use <c>-c -c</c> -to perform an extensive read/write test. +ext3 filesystem on it (using <c>mke2fs</c>). This will format, perform a +read-test and mark all bad blocks as such. If you are really paranoid, use +<c>-c -c</c> to format your disk and perform an extensive read/write test. </p> <pre caption="Checking for disk consistency"> -- [EMAIL PROTECTED] mailing list
