diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 12:58:23 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-13 12:58:23 +0000 |
commit | 3c928f1c576bdc82b3dab964a575ba5bd56b15bf (patch) | |
tree | 433ea1f68a3f6ee78feba4a3ff73cd754f5fba47 /chapter06/changingowner.xml | |
parent | 7db6ac519b0b42317dd9f0c4e163ba200dfd35ee (diff) |
Added a separate file for the strippingagain section.
Tags correcitions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/changingowner.xml')
-rw-r--r-- | chapter06/changingowner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/changingowner.xml b/chapter06/changingowner.xml index cef15f8ba..1de747a01 100644 --- a/chapter06/changingowner.xml +++ b/chapter06/changingowner.xml @@ -29,7 +29,7 @@ user <emphasis>root</emphasis> by running the following command:</para> <screen><userinput>chown -R 0:0 /tools</userinput></screen> -<para>The command uses <quote>0:0</quote> instead of <quote>root:root</quote>, +<para>The command uses <parameter>0:0</parameter> instead of <parameter>root:root</parameter>, because <userinput>chown</userinput> is unable to resolve the name <quote>root</quote> until the password file has been created.</para> |