aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/changingowner.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-22 22:26:46 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-22 22:26:46 +0000
commit360e2c43cd050de14a654927da9a7610af9e38ce (patch)
treefa36484dc5954a41335c6ec7ddf0b305c020129d /chapter06/changingowner.xml
parent1612f40eb9f1b8ea766ea308e40d6b3fe14f6fc5 (diff)
Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/changingowner.xml')
-rw-r--r--chapter06/changingowner.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml
index e7ff8b12e..e70a56125 100644
--- a/chapter06/changingowner.xml
+++ b/chapter06/changingowner.xml
@@ -24,8 +24,9 @@ user <emphasis>root</emphasis> by running the following command:</para>
<screen><userinput>chown -R 0:0 /tools</userinput></screen>
-<para>The command uses "0:0" instead of "root:root", because chown is unable
-to resolve the name "root" until the password file has been created.</para>
+<para>The command uses "0:0" instead of "root:root", because
+<userinput>chown</userinput> is unable to resolve the name "root" until the
+password file has been created.</para>
</sect1>