aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/changingowner.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-11 20:27:27 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-11 20:27:27 +0000
commitc94dd38cc7fe0ec74ad95516eb6a8c3efe9d0fc6 (patch)
tree7d33cea74e868708fb9f352567d349e01cc65ac6 /chapter06/changingowner.xml
parent73f7c1acf9ed425883e6471ae49adff6e403aa58 (diff)
Minor textual and command changes from lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/changingowner.xml')
-rw-r--r--chapter06/changingowner.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml
index 2c61f61e7..ae956d53a 100644
--- a/chapter06/changingowner.xml
+++ b/chapter06/changingowner.xml
@@ -25,7 +25,7 @@ user <emphasis>root</emphasis> by running the following command:</para>
<para><screen><userinput>chown -R 0:0 /tools</userinput></screen></para>
<para>The command uses "0:0" instead of "root:root", because chown is unable
-to resolve the name "root" until glibc has been installed.</para>
+to resolve the name "root" until the password file has been created.</para>
</sect1>