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/creatingdirs.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-creatingdirs">
    7 <title>Creating directories</title>
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xmlns:xlink="http://www.w3.org/1999/xlink"
     8         xml:id="ch-system-creatingdirs">
     9<info><title>Creating directories</title></info>
    810<?dbhtml filename="creatingdirs.html"?>
    911
     
    4749mask.</para>
    4850
    49 <sect2>
    50 <title>FHS compliance note</title>
     51<section>
     52<info><title>FHS compliance note</title></info>
    5153
    5254<para>We have based our directory tree on the FHS standard (available at
    53 <ulink url="http://www.pathname.com/fhs/"/>). Besides the above created
     55<uri xlink:href="http://www.pathname.com/fhs/"/>). Besides the above created
    5456tree this standard stipulates the existence of
    5557<filename class="directory">/usr/local/games</filename> and
     
    6062isn't precise, so we created here the directories that we think are needed.</para>
    6163
    62 </sect2>
     64</section>
    6365
    64 </sect1>
     66</section>
Note: See TracChangeset for help on using the changeset viewer.