diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
commit | 2645ec62a379849fbb2a5905dd33aca6d238f677 (patch) | |
tree | f4f8724c55d71a2eed68e0da53a31fc028c6afc9 /chapter06/pwdgroup.xml | |
parent | e9e4abc03147f1579db8c6d3715725731039a271 (diff) |
Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 9ae45f02c..cc7452d90 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -50,15 +50,14 @@ utmp:x:13: usb:x:14:</literal> EOF</userinput></screen> -<para>The created groups are not part of any standard—they are some -of the groups that the Udev configuration will be using 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—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>To remove the <quote>I have no name!</quote> prompt, start a new shell. Since a full Glibc was installed in <xref |