diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index f8344fef5..8dbb3b0c7 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -57,7 +57,7 @@ class="directory">/usr/share/games. The FHS is not precise as to the
structure of the /usr/local/share
subdirectory, so we create only the directories that are needed. However, feel
free to create these directories if you prefer to conform more strictly to the
-FHS standard.
+FHS.
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml
index 397033cdf..eb6bba52f 100644
--- a/chapter06/kernfs.xml
+++ b/chapter06/kernfs.xml
@@ -9,7 +9,7 @@
Various file systems exported by the kernel are used to communicate to and
from the kernel itself. These file systems are virtual in that no disk space is
-used for them. The contents of the file systems resides in memory.
+used for them. The content of the file systems resides in memory.
Begin by creating directories onto which the file systems will be mounted:
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml
index cc7452d90..f104fce62 100644
--- a/chapter06/pwdgroup.xml
+++ b/chapter06/pwdgroup.xml
@@ -50,14 +50,15 @@ utmp:x:13:
usb:x:14:
EOF
-The created groups are not part of any standard—they are some of the
-groups that the Udev configuration will use in the next section. The Linux
-Standard Base (LSB, available at )
-recommends only that, besides the group root
with a Group ID
-(GID) of 0, a group bin
with a GID of 1 be present. All other
-group names and GIDs can be chosen freely by the system administrator since
-well-written packages do not depend on GID numbers, but rather use the group's
-name.
+The created groups are not part of any standard—they are groups
+decided on in part by the requirements of the Udev configuration in the next
+section, and in part by common convention employed by a number of existing Linux
+distributions. The Linux Standard Base (LSB, available at ) recommends only that, besides the group
+root
with a Group ID (GID) of 0, a group bin
with
+a GID of 1 be present. All other group names and GIDs can be chosen freely by
+the system administrator since well-written programs do not depend on GID
+numbers, but rather use the group's name.
To remove the I have no name!
prompt, start a new
shell. Since a full Glibc was installed in