diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 13:03:35 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2007-06-24 13:03:35 +0000 |
commit | f19e766a8ee9b64cb06165842bdd56f94f61f1a3 (patch) | |
tree | 2cff0f6715ee99adaf58322e9cdc39bd683657e8 /chapter06/createfiles.xml | |
parent | ea148539cb6d721406ec923a36e8c9348a89c4cb (diff) |
Add missing colons wherever we expect the builder to key in the userinput.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 1edb40b93..4aa8d987c 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -37,7 +37,7 @@ <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> + has been installed:</para> <screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin ln -sv /tools/bin/perl /usr/bin @@ -109,7 +109,7 @@ EOF</userinput></screen> linkend="chapter-temporary-tools"/> and the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files have been created, user name and group name resolution will now - work.</para> + work:</para> <screen role="nodump"><userinput>exec /tools/bin/bash --login +h</userinput></screen> |