Ignore:
Timestamp:
12/11/2004 06:40:46 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
9c9d585
Parents:
1fe35e1
Message:
  • (chapter05/*.xml) RELAX NG validation fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/hostreqs.xml

    r1fe35e1 r1375d26  
    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-tools-hostreqs">
     6<section xmlns="http://docbook.org/docbook-ng"
     7         xml:id="ch-tools-hostreqs">
    78<title>Host system requirements</title>
    89<?dbhtml filename="hostreqs.html"?>
     
    2728<para>This will produce output similar to:</para>
    2829
    29 <blockquote><screen><computeroutput>Linux version 2.6.2 (user@host) (gcc version 3.4.0) #1 Tue Apr 20 21:22:18 GMT 2004</computeroutput></screen></blockquote>
     30<blockquote><info/><screen><computeroutput>Linux version 2.6.2 (user@host) (gcc version 3.4.0) #1 Tue Apr 20 21:22:18 GMT 2004</computeroutput></screen></blockquote>
    3031
    3132<para>If the results of the above command state that your host kernel wasn't
     
    3536GRUB) are given in <xref linkend="chapter-bootable"/>.</para>
    3637
    37 </sect1>
     38</section>
Note: See TracChangeset for help on using the changeset viewer.