diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-05-06 03:56:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-05-06 03:56:30 +0000 |
commit | 72f3ca780d57852a5b4ec40cac0424ebae49d817 (patch) | |
tree | 3e571b118e4b7f95bb5ada44786cfbd7dc3068fc /chapter05 | |
parent | 15faad9dd881dc9a33b4747316b8b8024eaac7e3 (diff) |
Various minor text changes to both book and bootscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 398f3d104..36c07bad3 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -24,7 +24,7 @@ process has been designed to minimize the risks for new readers and to provide the most educational value at the same time.</para> - <important> + <note> <para>Before continuing, be aware of the name of the working platform, often referred to as the target triplet. A simple way to determine the name of the target triplet is to run the <command>config.guess</command> @@ -46,7 +46,7 @@ and noting the output. The authoritative reference covering all platforms is in the <filename>shlib-versions</filename> file in the root of the Glibc source tree.</para> - </important> + </note> <para>Some key technical points of how the <xref linkend="chapter-temporary-tools"/> build method works:</para> |