Browse Source

Further fine-tuning to the changes made in r6249.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 years ago
parent
commit
d001e2b771
3 changed files with 11 additions and 10 deletions
  1. 1 1
      chapter06/creatingdirs.xml
  2. 1 1
      chapter06/kernfs.xml
  3. 9 8
      chapter06/pwdgroup.xml

+ 1 - 1
chapter06/creatingdirs.xml

@@ -57,7 +57,7 @@ class="directory">/usr/share/games</filename>. The FHS is not precise as to the
 structure of the <filename class="directory">/usr/local/share</filename>
 structure of the <filename class="directory">/usr/local/share</filename>
 subdirectory, so we create only the directories that are needed. However, feel
 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
 free to create these directories if you prefer to conform more strictly to the
-FHS standard.</para>
+FHS.</para>
 
 
 </sect2>
 </sect2>
 
 

+ 1 - 1
chapter06/kernfs.xml

@@ -9,7 +9,7 @@
 
 
 <para>Various file systems exported by the kernel are used to communicate to and
 <para>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
 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.</para>
+used for them. The content of the file systems resides in memory.</para>
 
 
 <para>Begin by creating directories onto which the file systems will be mounted:</para>
 <para>Begin by creating directories onto which the file systems will be mounted:</para>
 
 

+ 9 - 8
chapter06/pwdgroup.xml

@@ -50,14 +50,15 @@ utmp:x:13:
 usb:x:14:</literal>
 usb:x:14:</literal>
 EOF</userinput></screen>
 EOF</userinput></screen>
 
 
-<para>The created groups are not part of any standard&mdash;they are some of the
-groups that the Udev configuration will use in the next section. The Linux
-Standard Base (LSB, available at <ulink url="http://www.linuxbase.org"/>)
-recommends only that, besides the group <quote>root</quote> with a Group ID
-(GID) of 0, a group <quote>bin</quote> 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.</para>
+<para>The created groups are not part of any standard&mdash;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 <ulink
+url="http://www.linuxbase.org"/>) recommends only that, besides the group
+<quote>root</quote> with a Group ID (GID) of 0, a group <quote>bin</quote> 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.</para>
 
 
 <para>To remove the <quote>I have no name!</quote> prompt, start a new
 <para>To remove the <quote>I have no name!</quote> prompt, start a new
 shell. Since a full Glibc was installed in <xref
 shell. Since a full Glibc was installed in <xref