Changeset 1fe35e1 for chapter06/bash.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/bash.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-bash" xreflabel="Bash" role="wrap">
    7 <title>Bash-&bash-version;</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-system-bash" xreflabel="Bash" role="wrap">
     8<info><title>Bash-&bash-version;</title></info>
    89<?dbhtml filename="bash.html"?>
    910
    1011<indexterm zone="ch-system-bash"><primary sortas="a-Bash">Bash</primary></indexterm>
    1112
    12 <sect2 role="package"><title/>
     13<section role="package"><info><title/></info>
    1314<para>The Bash package contains the Bourne-Again SHell.</para>
    1415
     
    2425GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem>
    2526</segmentedlist>
    26 </sect2>
     27</section>
    2728
    28 <sect2 role="installation">
    29 <title>Installation of Bash</title>
     29<section role="installation">
     30<info><title>Installation of Bash</title></info>
    3031
    3132<para>The following patch fixes various issues. Including a problem where Bash
     
    6667available.</para></note>
    6768
    68 </sect2>
     69</section>
    6970
    7071
    71 <sect2 id="contents-bash" role="content"><title>Contents of Bash</title>
     72<section xml:id="contents-bash" role="content"><info><title>Contents of Bash</title></info>
    7273
    7374<segmentedlist>
     
    7879<variablelist><title>Short descriptions</title>
    7980
    80 <varlistentry id="bash">
     81<varlistentry xml:id="bash">
    8182<term><command>bash</command></term>
    8283<listitem>
     
    8889</varlistentry>
    8990
    90 <varlistentry id="bashbug">
     91<varlistentry xml:id="bashbug">
    9192<term><command>bashbug</command></term>
    9293<listitem>
     
    9798</varlistentry>
    9899
    99 <varlistentry id="sh">
     100<varlistentry xml:id="sh">
    100101<term><command>sh</command></term>
    101102<listitem>
     
    109110</variablelist>
    110111
    111 </sect2>
     112</section>
    112113
    113 </sect1>
     114</section>
Note: See TracChangeset for help on using the changeset viewer.