diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 14:59:01 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 14:59:01 +0000 |
commit | b4ffa369d68fbce4b8e9bc30474e01630a41f303 (patch) | |
tree | c403053cbb57c7ef4b691007c3c6454b84e31246 /chapter06/introduction.xml | |
parent | 15742b7f22ef16bcc1bcfb97b566801f07e82b47 (diff) |
Updated url's so in txt version when there's no hyperlink, the address
is still available
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index b72b22964..3c3c68ee6 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -12,9 +12,10 @@ possible confusion and errors. </para> <para> -Now would be a good time to take a look at the <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt">optimization -hint</ulink> if you plan on using compiler optimization for the packages +Now would be a good time to take a look at the optimization hint at <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt"> +http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink> +if you plan on using compiler optimization for the packages installed in the following chapter. Compiler optimization can make a program run faster, but may also cause some compilation problems. If you run into problems after having used optimization, always try it without optimizing to see if you |