diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-25 16:13:35 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-25 16:13:35 +0000 |
commit | b430d2bc97c78ee3c6a79dc3d8e19dea4775c8aa (patch) | |
tree | 8edf4583b4bd8f2ab2c798bd892d9835c1905e49 /prologue/errata.xml | |
parent | 4f4b6c1e96c34cbc3b445a19df0f3d53c96788ab (diff) |
Added placeholder for errata page and a temporary link (currently dead).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/errata.xml')
-rw-r--r-- | prologue/errata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/prologue/errata.xml b/prologue/errata.xml new file mode 100644 index 000000000..03b4ee180 --- /dev/null +++ b/prologue/errata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> +<sect1 id="ch-scatter-errata"> +<title>Errata</title> +<?dbhtml filename="errata.html"?> + +<para>PLACEHOLDER</para> + +<para>Link to errata page <ulink url="&errata;"/></para> + +</sect1> + |