diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-07 22:20:09 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-07 22:20:09 +0000 |
commit | 4c2adfa2f16d0339abfebd73a75e12c213d9b612 (patch) | |
tree | de422ef161e1a9ad9aa62e67fdc9aee42438884a /chapter06 | |
parent | 9783ad16a06b1e8e32393a5c15804f947bc377ae (diff) |
Changed hint-root entity to hints-root
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1205 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 2 | ||||
-rw-r--r-- | chapter06/introduction.xml | 2 | ||||
-rw-r--r-- | chapter06/lilo-inst.xml | 4 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/vim-inst.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 30b3ea056..dee51f1fe 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -46,7 +46,7 @@ system.</para> <para>You might find additional information in the optimization hint which can be found at <ulink -url="&hint-root;optimization.txt">&hint-root;optimization.txt</ulink> +url="&hints-root;optimization.txt">&hints-root;optimization.txt</ulink> .</para> </sect1> diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 0cba87aee..cb72452ea 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -10,7 +10,7 @@ full instructions for each and every package. This is simply to avoid any possible confusion and errors.</para> <para>Now would be a good time to take a look at the optimization hint at <ulink -url="&hint-root;optimization.txt">&hint-root;optimization.txt</ulink> +url="&hints-root;optimization.txt">&hints-root;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 diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index ec7e287f5..95b4eefe0 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -4,7 +4,7 @@ <para>We have chosen Lilo because we feel confortable with it, but you may wish to take a look elsewhere. Someone has written a hint on GRUB at <ulink -url="&hint-root;grub-howto.txt">&hint-root;grub-howto.txt</ulink>, +url="&hints-root;grub-howto.txt">&hints-root;grub-howto.txt</ulink>, an alternative boot loader.</para> <para>Install Lilo by running the following commands:</para> @@ -25,7 +25,7 @@ yet. We will complete the installation of lilo in chapter 8.</para> <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 at <ulink -url="&hint-root;bootlogo.txt">&hint-root;bootlogo.txt</ulink> +url="&hints-root;bootlogo.txt">&hints-root;bootlogo.txt</ulink> .</para> </sect2> diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index f004b51a3..ae3ae6dd8 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -15,7 +15,7 @@ <userinput>make install</userinput></screen></para> <para>You may want to take a look at the man hint at <ulink -url="&hint-root;man.txt">&hint-root;man.txt</ulink> +url="&hints-root;man.txt">&hints-root;man.txt</ulink> which deals with formatting and compression issues for man pages.</para> </sect2> diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 3db92734c..5ec6ae396 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -4,7 +4,7 @@ <para>If you don't like vim to be installed as an editor on the LFS system, you may want to download an alternative and install an editor you prefer. There are a few hints how to install different editors -available at <ulink url="&hint-root;">&hint-root;</ulink>. The hints +available at <ulink url="&hints-root;">&hints-root;</ulink>. The hints which are currently available are for Emacs, Joe and nano.</para> <para>Both the vim-rt and vim-src packages need to be unpacked to install Vim. |