Added a few comments here and there
[linux_from_scratch.git] / newxml / appendixa / tar.xml
blob683e4f571555bbdc83f8d0f69691a221848a18f6
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % tar-entities SYSTEM "../ent/tar.ent">
4   %tar-entities;
5 ]>
6 <sect1 id="aa-tar" xreflabel="Tar">
7 <title>Tar</title>
8 <?dbhtml filename="tar.html"?>
10 <para>For installation instructions see <xref linkend="ch06-tar"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Tar (&tar-version;):
15 <ulink url="ftp://alpha.gnu.org/gnu/tar/"/></literallayout>
17 </sect2>
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tar-contents.xml"/>
22 <sect2><title>Short descriptions</title>
24 <para><command>rmt</command> is used to remotely manipulate a magnetic
25 tape drive, through an interprocess communication connection.</para>
27 <para><command>tar</command> is used to create and extract files from
28 archives, also known as tarballs.</para>
30 </sect2>
34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tar-deps.xml"/>
38 </sect1>