aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-05-17 23:04:26 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-05-17 23:04:26 +0000
commit14ac599867adebabefd47ae9570f958a31e0df45 (patch)
treeaa3020799192e9b416740a4d39a4db255ddfc3b3 /chapter05
parent68d2fcf1e67d84090c550debaa79db05d9abe74c (diff)
change chown X.X's to chown X:X's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/proc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/proc.xml b/chapter05/proc.xml
index 365c10b51..56231f0e4 100644
--- a/chapter05/proc.xml
+++ b/chapter05/proc.xml
@@ -13,10 +13,10 @@ to mount filesystems and to run chroot.</para>
<para>The proc file system is mounted under $LFS/proc by running the
following command. We'll also chown it to user root/group root while we're
-at it (the rest of the filesystem is chown'ed to root.root in a minute when
+at it (the rest of the filesystem is chown'ed to root:root in a minute when
we start with chapter 6).</para>
-<para><screen><userinput>chown root.root $LFS/proc &amp;&amp;
+<para><screen><userinput>chown root:root $LFS/proc &amp;&amp;
mount proc $LFS/proc -t proc</userinput></screen></para>
</sect1>