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 | |
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')
-rw-r--r-- | chapter06/aboutdebug.xml | 5 | ||||
-rw-r--r-- | chapter06/introduction.xml | 7 | ||||
-rw-r--r-- | chapter06/lilo-inst.xml | 12 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 5 |
4 files changed, 17 insertions, 12 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index c01c874d2..094398e2f 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -61,8 +61,9 @@ removing those symbols a lot of disk space can be regained. <para> You might find additional information in the optimization hint which can -be found in <ulink url="http://archive.linuxfromscratch.org/lfs-hints"> -http://archive.linuxfromscratch.org/lfs-hints/</ulink>. +be found at <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/optimization.txt"> +http://archive.linuxfromscratch.org/lfs-hints/optimization.txt</ulink>. </para> </sect1> 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 diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index 449c21cee..790a3d62a 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -3,9 +3,10 @@ <para> We have chosen Lilo because we feel confortable with it, but you may wish to -take a look elsewhere. Someone has written a <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt">hint on -GRUB</ulink>, an alternative boot loader. +take a look elsewhere. Someone has written a hint on GRUB at<ulink +url="http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt"> +http://archive.linuxfromscratch.org/lfs-hints/grub-howto.txt</ulink>, + an alternative boot loader. </para> <para> @@ -33,8 +34,9 @@ yet. We will complete the installation of lilo in chapter 8. <para> Maybe you'll be interested to know that someone wrote a hint on how to get a -logo instead the the standard LILO prompt or menu. Take a look at it <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt">here</ulink>. +logo instead the the standard LILO prompt or menu. Take a look at it at <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt"> +http://archive.linuxfromscratch.org/lfs-hints/bootlogo.txt</ulink>. </para> </sect2> diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index cc1024048..d29d95edf 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -14,8 +14,9 @@ Before Man is installed, the man patch file needs to be unpacked. </literallayout></blockquote> <para> -You may want to take a look at the <ulink -url="http://archive.linuxfromscratch.org/lfs-hints/man.txt">man hint</ulink> +You may want to take a look at the man hint at <ulink +url="http://archive.linuxfromscratch.org/lfs-hints/man.txt"> +http://archive.linuxfromscratch.org/lfs-hints/man.txt</ulink> which deals with formatting and compression issues for man pages. </para> |