diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-03 19:44:30 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-03 19:44:30 +0000 |
commit | f9568b3a025c40f225cc839a45be886195d3a76c (patch) | |
tree | 53a7f4a9cb142544c2110dc2d8e927bbd6d0c67b /chapter05 | |
parent | d944017d568c5e11c9e241c0eea9f759aad1343d (diff) |
Changed reference of sed to patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1965 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/fileutils-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index ee0cbfc5d..5a591ab23 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -36,9 +36,9 @@ make install</userinput></screen></para> <para>Once you have installed Fileutils, you can test whether the segmentation fault problem has been avoided by running <userinput>$LFS/static/bin/ls</userinput>. If this works, then you are OK. If -not, then you need to re-do the installation using the sed commands if -you didn't use them, or without the sed commands if you did use -them.</para> +not, then you need to re-do the installation with the patch if +you didn't use it, or without the patch if you did use +it.</para> </sect2> |