diff options
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> |