aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/coreutils.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-06 00:34:02 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-06 00:34:02 +0000
commit83211231861c80d0560a59772c795c8361fde0ce (patch)
tree24f88d8d8fd0c8d40ae46b7563ee991601f6147b /chapter06/coreutils.xml
parenta1da14ddfb2ea45226f4bedaf66daa62c2989d05 (diff)
Fixed 2 small typos in shadow and coreutils (chap6).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r--chapter06/coreutils.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 63185598c..abbf1f092 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -135,9 +135,7 @@ users, vdir, wc, who, whoami, and yes</seg></seglistitem>
<varlistentry id="chgrp">
<term><command>chgrp</command></term>
<listitem>
-<para>Changes the group ownership of each given file to the given
-group; the group can either be either given a name or a numeric
-ID</para>
+<para>Changes the group ownership of files/directories to the given group</para>
<indexterm zone="ch-system-coreutils chgrp"><primary sortas="b-chgrp">chgrp</primary></indexterm>
</listitem>
</varlistentry>
@@ -155,8 +153,8 @@ octal number representing the new permissions</para>
<varlistentry id="chown">
<term><command>chown</command></term>
<listitem>
-<para>Changes the user and/or group ownership of
-each given file to the given user/group pair</para>
+<para>Changes the user and/or group ownership of files/directories to the given
+user/group</para>
<indexterm zone="ch-system-coreutils chown"><primary sortas="b-chown">chown</primary></indexterm>
</listitem>
</varlistentry>