aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/installasroot.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-14 01:29:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-14 01:29:56 +0000
commit607c737036cb01e1bd01e44d89e510086927fdf7 (patch)
treedb512bfb9432b6d9cc35ee931e54e7459de1c105 /chapter05/installasroot.xml
parenta4142a8d18bebfbaed97db39abe7ff6ad455c7fe (diff)
Grammar updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/installasroot.xml')
-rw-r--r--chapter05/installasroot.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/installasroot.xml b/chapter05/installasroot.xml
index 4e787875f..91b4e3af0 100644
--- a/chapter05/installasroot.xml
+++ b/chapter05/installasroot.xml
@@ -2,8 +2,8 @@
<title>Install all software as user root</title>
<para>
-It's best if the user logs in as root or su's to root when installing these
-files. That way he is assured that all files are owned by user and
+It's best to log in as root or su's to root when installing the
+packages. That way you are assured that all files are owned by user and
group root (and not owned by the userid of the non-root user), and if a
package wants to set special permissions, it can do so without problems
due to non-root access.
@@ -16,7 +16,7 @@ feel it's safe to ignore that recommendation and compile as user root
anyway. Hundreds of people using LFS have done so without any problems
whatsoever, and we haven't encountered any bugs in the compile processes
that cause harm. So it's pretty safe (never can be 100% safe though, so
-it's up to the user what he ends up doing).
+it's up to you what you ends up doing).
</para>
</sect1>