diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-07 03:09:37 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-07 03:09:37 +0000 |
commit | ee9c1597ca7ca09fdb09050b6148e77ede79aa0f (patch) | |
tree | 2877c8fad1fc250d9c74a72703fc998562aff920 /chapter06 | |
parent | d26bde39563739704b330b9b780d42af6b66608e (diff) |
Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shellutils-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shellutils-exp.xml b/chapter06/shellutils-exp.xml index 76718e781..3c7e56ef9 100644 --- a/chapter06/shellutils-exp.xml +++ b/chapter06/shellutils-exp.xml @@ -2,7 +2,7 @@ <title>Command explanations</title> <para><userinput>patch -Np1 -i ../sh-utils-&sh-utils-hostname-patch-version;.patch:</userinput> This patch -suppresses the build of the hostname program which we will be installed +suppresses the build of the hostname program which will be installed later with the net-tools package. The hostname program from the net-tools package is a much better version (and in some cases even required since it supports options that are needed by some programs such as XFree86).</para> |