diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-16 18:40:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-16 18:40:04 +0000 |
commit | 34a2f0ce883a8bababb18dd8312588ec1707a2c4 (patch) | |
tree | b5955c9262df1b25970622f4b9cf2c44d1e0a133 /chapter05 | |
parent | 02ef5b5866ab68896920002f4cfbcc66d8ced433 (diff) |
fixed setup to 'set up'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/installasuser.xml | 2 | ||||
-rw-r--r-- | chapter05/introduction.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index 21d455ec1..4544e735a 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -25,7 +25,7 @@ as root to change the ownership of the LFS partition to user "lfs":</para> <para>Now you can login as user "lfs". You can do this two ways: either the normal way through the console or the display manager, or with <userinput>su - lfs</userinput>. When you're working as user "lfs", type -the following commands to setup a good environment to work in:</para> +the following commands to set up a good environment to work in:</para> <para><screen><userinput>cat > ~/.bash_profile << "EOF" umask 022 diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 146be15bf..62707dde6 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -31,7 +31,7 @@ about improper use of the C or C++ syntax, but not illegal use. It's just that, often, C standards changed and packages still use the old standard which is not a problem).</para> -<para>Before we start, make sure the LFS environment variable is setup +<para>Before we start, make sure the LFS environment variable is set up properly if you decided to make use of it. Run the following:</para> <para><screen><userinput>echo $LFS</userinput></screen></para> |