diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-11 13:26:21 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-05-11 13:26:21 +0000 |
commit | d920fb0a203647ffa7c77ab08dc441f2ab42286c (patch) | |
tree | 456306ce26abc6bcc77eaec268863b2f638efa71 /chapter06 | |
parent | 65824097329170d70644e04ef044a0b95beffee2 (diff) |
sort out ulink tags (see my mail to lfs-book)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 4 | ||||
-rw-r--r-- | chapter06/bootscripts-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/chroot.xml | 1 | ||||
-rw-r--r-- | chapter06/introduction.xml | 6 | ||||
-rw-r--r-- | chapter06/lilo-inst.xml | 9 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/vim-inst.xml | 2 |
8 files changed, 15 insertions, 22 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 6655aaeec..dbc03bea4 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -46,9 +46,7 @@ all debugging symbols from all programs and libraries on your system.</para> <para>You might find additional information in the optimization hint which can -be found at <ulink -url="&hints-root;optimization.txt">&hints-root;optimization.txt</ulink> -.</para> +be found at <ulink url="&hints-root;optimization.txt"/>.</para> </sect1> diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index f59b966a8..a582f2cb7 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -4,8 +4,7 @@ <para>We will be using SysV style init scripts. We have chosen this style because it is widely used and we feel comfortable with it. If you want to try something else, someone has written an LFS-Hint on BSD style init -scripts at <ulink -url="&hints-root;bsd-init.txt">&hints-root;bsd-init.txt</ulink>.</para> +scripts at <ulink url="&hints-root;bsd-init.txt"/>.</para> <para>If you decide to use BSD style, or some other style scripts, you can skip chapter 7 when you arrive at it and move on to chapter 8.</para> diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index daf324588..1bf864b03 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -31,4 +31,3 @@ book.</para> normal because Glibc hasn't been installed yet.</para> </sect1> - diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index d45efcc33..fc8f68e3b 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -10,9 +10,9 @@ method. Although I agree on that, I choose to give the 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="&hints-root;optimization.txt">&hints-root;optimization.txt</ulink> -if you plan on using compiler optimization for the packages +<para>Now would be a good time to take a look at the optimization hint +at <ulink url="&hints-root;optimization.txt"/> 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 diff --git a/chapter06/lilo-inst.xml b/chapter06/lilo-inst.xml index 46994267e..c86208ea1 100644 --- a/chapter06/lilo-inst.xml +++ b/chapter06/lilo-inst.xml @@ -3,9 +3,8 @@ <para>We have chosen Lilo because we feel comfortable with it, but you may wish to take a look elsewhere. Someone has written a hint on -GRUB at <ulink -url="&hints-root;grub-howto.txt">&hints-root;grub-howto.txt</ulink>, - an alternative boot loader.</para> +GRUB at <ulink url="&hints-root;grub-howto.txt"/>, an alternative +boot loader.</para> <para>Install Lilo by running the following commands:</para> @@ -24,9 +23,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="&hints-root;bootlogo.txt">&hints-root;bootlogo.txt</ulink> -.</para> +a look at it at <ulink url="&hints-root;bootlogo.txt"/>.</para> </sect2> diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 1250be4b9..ac945c018 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -8,8 +8,8 @@ make && make install && mv /usr/share/misc/man.conf /etc</userinput></screen></para> -<para>You may want to take a look at the man hint at <ulink -url="&hints-root;man.txt">&hints-root;man.txt</ulink> -which deals with formatting and compression issues for man pages.</para> +<para>You may want to take a look at the man hint +at <ulink url="&hints-root;man.txt"/> which deals with formatting +and compression issues for man pages.</para> </sect2> diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 3da3581de..26419b876 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -1,9 +1,9 @@ <sect2> <title>Installation of Shadow Password Suite</title> -<para>Before you install this package, you may want to have a look at the -<ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt">http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt</ulink> -lfs hint. It discusses how you can make your system more secure regarding +<para>Before you install this package, you may want to have a look at +the <ulink url="&hints-root;shadowpasswd_plus.txt"/> lfs hint. It +discusses how you can make your system more secure regarding passwords and how to get the most out of this Shadow package.</para> <para>Install the Shadow Password Suite by running the diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 3b3909050..e7e46a57a 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="&hints-root;">&hints-root;</ulink>. The hints +available at <ulink url="&hints-root;"/>. The hints which are currently available are for Emacs, Joe and nano.</para> <para>Install Vim by running the following commands:</para> |