diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 19:08:13 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 19:08:13 +0000 |
commit | 1422130085ebfa2674217107518bd12a8895bd00 (patch) | |
tree | 9929b41c17649ed8f44d2958d212f19adda6d420 /chapter01 | |
parent | 87899e5354cf50414a44c5fb36317e4f6a0fe99b (diff) |
Dropped/updated the text in unstable - Chapter01, 02 and 09.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4423 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/askforhelp.xml | 2 | ||||
-rw-r--r-- | chapter01/how.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter01/askforhelp.xml b/chapter01/askforhelp.xml index f876d4c69..de599d7c2 100644 --- a/chapter01/askforhelp.xml +++ b/chapter01/askforhelp.xml @@ -11,7 +11,7 @@ <!-- <para>If you run into a problem while working through this book, you should -first check the FAQ at <ulink url="&faq-root;"/> -- often your question +first check the FAQ at <ulink url="&faq-root;"/> - often your question is already answered there. If it is not, you should try to find the source of the problem. The following hint might give you some ideas for your troubleshooting: <ulink url="&hints-root;errors.txt"/>.</para> diff --git a/chapter01/how.xml b/chapter01/how.xml index 1a1adf9ca..d416d3d59 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -27,7 +27,7 @@ environment to work in.</para> <para><xref linkend="chapter-temporary-tools"/> then discusses the installation of a number of packages that will form the basic development suite (or <emphasis>toolchain</emphasis>) which is used to build the actual system in <xref linkend="chapter-building-system"/>. Some of these -packages are needed to resolve circular dependencies -- for example, to compile +packages are needed to resolve circular dependencies - for example, to compile a compiler you need a compiler.</para> <para>The first thing to be done in <xref linkend="chapter-temporary-tools"/> is build a |