svn commit: r40076 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Sun Nov 18 16:37:48 UTC 2012
Author: eadler
Date: Sun Nov 18 16:37:48 2012
New Revision: 40076
URL: http://svnweb.freebsd.org/changeset/doc/40076
Log:
Use a comma prior to a command.
Indicate that tar will automatically detect the format of the file.
Approved by: bcr (mentor)
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Sun Nov 18 16:37:40 2012 (r40075)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sun Nov 18 16:37:48 2012 (r40076)
@@ -947,12 +947,15 @@
compressed using &man.bzip2.1;, can be found in
<filename>doc/en_US.ISO8859-1/books/faq/book.html-split.tar.bz2</filename>
To download and uncompress that file you would have
- to do this.</para>
+ to do this:</para>
<screen>&prompt.root; <userinput>fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.html-split.tar.bz2</userinput>
&prompt.root; <userinput>tar xvf book.html-split.tar.bz2</userinput></screen>
- <para>You will be left with a collection of
+ <para>If the file is compressed,
+ <application>tar</application> will automatically
+ detect the appropriate format and decompress it correctly.
+ You will be left with a collection of
<filename>.html</filename> files. The main one is called
<filename>index.html</filename>, which will contain the
table of contents, introductory material, and links to the
More information about the svn-doc-all
mailing list