Fix the bz2 fileending in an example

This commit is contained in:
Christian Brueffer 2003-09-28 07:05:27 +00:00
parent 231ca8bab0
commit 6ae4f0440d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18251

View file

@ -981,7 +981,7 @@ File: +DESC (ignored)</screen>
file. To download and uncompress that file you would have
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.gz</userinput>
<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>