svn commit: r39985 - head/en_US.ISO8859-1/books/faq
Eitan Adler
eadler at FreeBSD.org
Sun Nov 11 22:29:10 UTC 2012
Author: eadler
Date: Sun Nov 11 22:29:09 2012
New Revision: 39985
URL: http://svnweb.freebsd.org/changeset/doc/39985
Log:
Ports are no longer needed to uncompress these formats.
Approved by: jkois (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 11 22:29:07 2012 (r39984)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sun Nov 11 22:29:09 2012 (r39985)
@@ -905,8 +905,7 @@
</listitem>
<listitem>
- <para>The compression and packaging scheme. There are
- three of these currently in use.</para>
+ <para>The compression and packaging scheme.</para>
<orderedlist>
<listitem>
@@ -924,42 +923,11 @@
(i.e., <filename>article.pdf</filename>,
<filename>book.html</filename>, and so on).</para>
- <para>These files are then compressed using two
- compression schemes.</para>
-
- <informaltable frame="none" pgwide="1">
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Scheme</entry>
-
- <entry>Description</entry>
- </row>
- </thead>
-
- <tbody>
- <row>
- <entry><literal>zip</literal></entry>
-
- <entry>The <literal>zip</literal> format. If you want to
- uncompress this on &os; you will need to
- install the <filename
- role="package">archivers/unzip</filename>
- port first.</entry>
- </row>
-
- <row>
- <entry><literal>bz2</literal></entry>
-
- <entry>The <literal>bzip2</literal> format. Less widespread than
- <literal>zip</literal>, but generally gives smaller files.
- Install the <filename
- role="package">archivers/bzip2</filename>
- port to uncompress these files.</entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
+ <para>These files are then compressed using either
+ the <literal>zip</literal> or
+ <literal>bz2</literal> compression schemes.
+ &man.tar.1; can be used to uncompress these
+ files.</para>
<para>So the &postscript; version of the Handbook,
compressed using <literal>bzip2</literal> will be stored in a file
@@ -982,8 +950,7 @@
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>bzip2 -d book.html-split.tar.bz2</userinput>
-&prompt.root; <userinput>tar xvf book.html-split.tar</userinput></screen>
+&prompt.root; <userinput>tar xvf book.html-split.tar.bz2</userinput></screen>
<para>You will be left with a collection of
<filename>.html</filename> files. The main one is called
More information about the svn-doc-all
mailing list