neysx       05/05/04 19:38:43

  Modified:    xml/htdocs/doc/en/handbook/2005.0 hb-install-stage.xml
  Log:
  #90961 Explain tar switches

Revision  Changes    Path
1.4       +16 -14    xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo

Index: hb-install-stage.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-stage.xml        28 Mar 2005 21:34:35 -0000      1.3
+++ hb-install-stage.xml        4 May 2005 19:38:43 -0000       1.4
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml,v 
1.3 2005/03/28 21:34:35 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-stage.xml,v 
1.4 2005/05/04 19:38:43 neysx Exp $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2005-03-28</date>
+<version>4.2</version>
+<date>2005-05-04</date>
 
 <section>
 <title>Installing a Stage Tarball</title>
@@ -94,11 +94,14 @@
 
 <p>
 We will now extract the stage tarball of your choice. We will do this with the
-GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)! Again,
-the <c>v</c> argument is optional. 
-In the next example, we extract the stage tarball 
-<path>stage3-&lt;subarch&gt;-2005.0.tar.bz2</path>.
-Be sure to substitute the tarball filename with your stage.
+GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)!  The
+<c>x</c> stands for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what
+happens during the extraction process (this one is optional), the <c>j</c> for
+<e>Decompress with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and
+the <c>f</c> to denote that we want to extract a file, not standard input.  In
+the next example, we extract the stage tarball
+<path>stage3-&lt;subarch&gt;-2005.0.tar.bz2</path>.  Be sure to substitute the
+tarball filename with your stage.
 </p>
 
 <pre caption="Extracting the stage tarball">
@@ -194,12 +197,11 @@
 </pre>
 
 <p>
-Make sure that you use the same options (<c>-xvjpf</c>). The <c>x</c> stands 
for
-<e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during the
-extraction process (okay, yes, this is optional),
-the <c>j</c> for <e>Decompress with bzip2</e>, the <c>p</c> for <e>Preserve
-permissions</e> and the <c>f</c> to denote that we want to extract a file, not
-standard input.
+Make sure that you use the same options (<c>-xvjpf</c>). The <c>x</c> stands
+for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during
+the extraction process (this one is optional), the <c>j</c> for <e>Decompress
+with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c>
+to denote that we want to extract a file, not standard input.
 </p>
 
 <p>



-- 
[email protected] mailing list

Reply via email to