diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-12 16:12:21 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-12 16:12:21 +0000 |
commit | ed78766f677e57fa0e3a25222b2a381b205c5d81 (patch) | |
tree | 8c79bc3e60f2b6bb97faad5d87ddfea68d097140 /Attic | |
parent | f3e227cd4dd85879c18955873ec019bb6c9f3510 (diff) |
small typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1341 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Attic')
-rw-r--r-- | Attic/appendixd/gcc.xml | 2 | ||||
-rw-r--r-- | Attic/appendixd/lilo.xml | 2 | ||||
-rw-r--r-- | Attic/appendixd/modutils.xml | 2 | ||||
-rw-r--r-- | Attic/appendixd/perl.xml | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/Attic/appendixd/gcc.xml b/Attic/appendixd/gcc.xml index e05ef58b2..6d2898b54 100644 --- a/Attic/appendixd/gcc.xml +++ b/Attic/appendixd/gcc.xml @@ -1,4 +1,4 @@ GCC (&gcc-version;): <ulink -url="ftp://ftp.gnu.org/pub/gnu/gcc">ftp://ftp.gnu.org/pub/gnu/gcc</ulink> +url="ftp://ftp.gnu.org/pub/gnu/gcc/">ftp://ftp.gnu.org/pub/gnu/gcc/</ulink> diff --git a/Attic/appendixd/lilo.xml b/Attic/appendixd/lilo.xml index 1973966ad..cd6f6fdb1 100644 --- a/Attic/appendixd/lilo.xml +++ b/Attic/appendixd/lilo.xml @@ -1,3 +1,3 @@ Lilo (&lilo-version;): -<ulink url="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo">ftp://metalab.unc.edu/pub/Linux/system/boot/lilo</ulink> +<ulink url="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/">ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/</ulink> diff --git a/Attic/appendixd/modutils.xml b/Attic/appendixd/modutils.xml index b5181666d..4c82f8c22 100644 --- a/Attic/appendixd/modutils.xml +++ b/Attic/appendixd/modutils.xml @@ -1,3 +1,3 @@ Modutils (&modutils-version;): -<ulink url="ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils">ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils</ulink> +<ulink url="ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/">ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/</ulink> diff --git a/Attic/appendixd/perl.xml b/Attic/appendixd/perl.xml index 9cf1b196d..0feb42fff 100644 --- a/Attic/appendixd/perl.xml +++ b/Attic/appendixd/perl.xml @@ -1,3 +1,2 @@ Perl (&perl-version;): -<ulink url="http://www.perl.com">http://www.perl.com</ulink> - +<ulink url="http://www.perl.com/">http://www.perl.com/</ulink> |