diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-08 21:01:17 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-08 21:01:17 +0000 |
commit | b2d59c8a23c073a46c9fca7a2e91446a6bbe1e95 (patch) | |
tree | 1c8f50c8931562592c8e3f87a940f272fdf4180a /chapter06 | |
parent | d2c8881db34689aac21c1b02718c63c6139b0a96 (diff) |
Tweaked the chown/chgrp program descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index abbf1f092..a8abd792a 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -135,7 +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 files/directories to the given group</para> +<para>Changes the group ownership of files and directories</para> <indexterm zone="ch-system-coreutils chgrp"><primary sortas="b-chgrp">chgrp</primary></indexterm> </listitem> </varlistentry> @@ -153,8 +153,7 @@ 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 files/directories to the given -user/group</para> +<para>Changes the user and/or group ownership of files and directories</para> <indexterm zone="ch-system-coreutils chown"><primary sortas="b-chown">chown</primary></indexterm> </listitem> </varlistentry> |