diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-07 15:42:16 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-11-07 15:42:16 +0000 |
commit | 51c0c60367a904ef697910020a7180764d2694b0 (patch) | |
tree | d370f153ea882ab255c3f015a041278746cc4577 /chapter06/config-glibc.xml | |
parent | 8f98b45c4b3a40197c2d1cc32eb6816053b51728 (diff) |
fix typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1338 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r-- | chapter06/config-glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index ffff4ee12..804025337 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -1,9 +1,9 @@ <sect2><title>Configuring Glibc</title> <para>We need to create the /etc/nsswitch.conf file. Although glibc should -provide defaults when this file is missing or corrupt, it's defaults don't work +provide defaults when this file is missing or corrupt, its defaults don't work well with networking which will be dealt with in a later chapter. Also, our -timezone needs to be setup.</para> +timezone needs to be set up.</para> <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the following:</para> |