diff options
Diffstat (limited to 'chapter06/changingowner.xml')
-rw-r--r-- | chapter06/changingowner.xml | 5 |
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> |