diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
commit | 2645ec62a379849fbb2a5905dd33aca6d238f677 (patch) | |
tree | f4f8724c55d71a2eed68e0da53a31fc028c6afc9 /chapter06/createfiles.xml | |
parent | e9e4abc03147f1579db8c6d3715725731039a271 (diff) |
Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 8126a11a9..164e165c9 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -7,10 +7,10 @@ <title>Creating Essential Symlinks</title> <?dbhtml filename="createfiles.html"?> -<para>Some programs use hard-wired paths to programs which do not yet -exist. In order to satisfy these programs, create a number of symbolic -links which will be replaced by real files throughout the course of -this chapter after the software has been installed.</para> +<para>Some programs use hard-wired paths to programs which do not exist yet. In +order to satisfy these programs, create a number of symbolic links which will be +replaced by real files throughout the course of this chapter after the software +has been installed.</para> <screen><userinput>ln -s /tools/bin/{bash,cat,pwd,stty} /bin ln -s /tools/bin/perl /usr/bin |