From 663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 29 Jun 2005 16:24:16 +0000 Subject: Several minor wording changes (chapters 1 - 5). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/addinguser.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'chapter04/addinguser.xml') diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index d701566ba..d5ecc8336 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -7,13 +7,12 @@ Adding the LFS User -When logged in as user root, making a -single mistake can damage or destroy a system. Therefore, we recommend -building the packages in this chapter as an unprivileged user. You -could use your own user name, but to make it easier to set up a clean -work environment, create a new user called lfs as -a member of a new group (also named lfs) and use -this user during the installation process. As +When logged in as user root, making a single mistake +can damage or destroy a system. Therefore, we recommend building the packages in +this chapter as an unprivileged user. You could use your own user name, but to +make it easier to set up a clean working environment, create a new user called +lfs as a member of a new group (also named +lfs) and use this user during the installation process. As root, issue the following commands to add the new user: @@ -83,9 +82,9 @@ following substitute user command: su - lfs The - instructs -su to start a login shell as opposed to a non-login -shell. The difference between these two types of shells can be found -in detail in the Bash man and info pages. +su to start a login shell as opposed to a non-login shell. +The difference between these two types of shells can be found in detail in the +man and info pages for Bash. -- cgit v1.2.3-54-g00ecf