aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/coreutils.xml8
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--general.ent4
3 files changed, 6 insertions, 8 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>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index d40293395..9c5bb264c 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -34,7 +34,7 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
<para>Shadow fails to update the time of last login as noted by
<command>lastlog</command> when logging into a regular console.
The Port (tty) column does get updated. Remote logins and
-<command>xterm</command> logins seem to be not be broken, just console.
+<command>xterm</command> logins seem to not be broken; just console.
The following patch properly fixes this issue:</para>
<screen><userinput>patch -Np1 -i ../shadow-&shadow-version;-fix_lastlog-1.patch</userinput></screen>
diff --git a/general.ent b/general.ent
index f05f1d1a7..d9e265b94 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050524">
-<!ENTITY releasedate "May 24, 2005">
+<!ENTITY version "SVN-20050605">
+<!ENTITY releasedate "June 05, 2005">
<!ENTITY milestone "6.2">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">