diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-10 17:02:55 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-10 17:02:55 +0000 |
commit | b5b9707682ef1493d3d2489dba1db5b60313a80a (patch) | |
tree | e722e6d9e7a9f18cbbc8e627f94f159116bb6dff /book | |
parent | cdeac6c1ded5babcae7a3266bc49be8d883ba1bb (diff) |
changed ref's like &chapter1; to &chapter01;
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'book')
-rw-r--r-- | book/part1.xml | 4 | ||||
-rw-r--r-- | book/part2.xml | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/book/part1.xml b/book/part1.xml index 31c377a09..e978daaea 100644 --- a/book/part1.xml +++ b/book/part1.xml @@ -1,7 +1,7 @@ <part id="part1"> <title>Part I - Introduction</title> -&chapter1; -&chapter2; +&chapter01; +&chapter02; </part> diff --git a/book/part2.xml b/book/part2.xml index c8ebcc95f..d37fbec33 100644 --- a/book/part2.xml +++ b/book/part2.xml @@ -1,12 +1,12 @@ <part id="part2"> <title>Part II - Installing the LFS system</title> -&chapter3; -&chapter4; -&chapter5; -&chapter6; -&chapter7; -&chapter8; -&chapter9; +&chapter03; +&chapter04; +&chapter05; +&chapter06; +&chapter07; +&chapter08; +&chapter09; </part> |