Changeset 1fe35e1 for chapter06/tar.xml


Ignore:
Timestamp:
12/05/2004 06:43:10 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1375d26
Parents:
c5538b3
Message:
  • (chapter06/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/tar.xml

    rc5538b3 r1fe35e1  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 [
     2<!DOCTYPE section [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
    44  %general-entities;
    55]>
    6 <sect1 id="ch-system-tar" xreflabel="Tar" role="wrap">
    7 <title>Tar-&tar-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-tar" xreflabel="Tar" role="wrap">
     8<info><title>Tar-&tar-version;</title></info>
    89<?dbhtml filename="tar.html"?>
    910
    1011<indexterm zone="ch-system-tar"><primary sortas="a-Tar">Tar</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><info><title/></info>
    1314<para>The Tar package contains an archiving program.</para>
    1415
     
    2425Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
    2526</segmentedlist>
    26 </sect2>
     27</section>
    2728
    28 <sect2 role="installation">
    29 <title>Installation of Tar</title>
     29<section role="installation">
     30<info><title>Installation of Tar</title></info>
    3031
    3132<para>Prepare Tar for compilation:</para>
     
    4445<screen><userinput>make install</userinput></screen>
    4546
    46 </sect2>
     47</section>
    4748
    4849
    49 <sect2 id="contents-tar" role="content"><title>Contents of Tar</title>
     50<section xml:id="contents-tar" role="content"><info><title>Contents of Tar</title></info>
    5051
    5152<segmentedlist>
     
    5657<variablelist><title>Short descriptions</title>
    5758
    58 <varlistentry id="rmt">
     59<varlistentry xml:id="rmt">
    5960<term><command>rmt</command></term>
    6061<listitem>
     
    6566</varlistentry>
    6667
    67 <varlistentry id="tar">
     68<varlistentry xml:id="tar">
    6869<term><command>tar</command></term>
    6970<listitem>
     
    7475</variablelist>
    7576
    76 </sect2>
     77</section>
    7778
    78 </sect1>
     79</section>
Note: See TracChangeset for help on using the changeset viewer.