diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 23:22:07 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-09 23:22:07 +0000 |
commit | 21ba4e3570c1c2524b0733d492ced9634b259353 (patch) | |
tree | f5124d2e6106d2e29e5b32f79b56a90defabdbd9 /chapter06/config-glibc.xml | |
parent | 1a7aecc6119f540e24a4e8da1b583a625b5690c1 (diff) |
Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of <para><screen> with <screen> (and of course the matching closing tags).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/config-glibc.xml')
-rw-r--r-- | chapter06/config-glibc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/config-glibc.xml b/chapter06/config-glibc.xml index 0700099d0..0926f560a 100644 --- a/chapter06/config-glibc.xml +++ b/chapter06/config-glibc.xml @@ -10,7 +10,7 @@ to be set up.</para> <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the following:</para> -<para><screen><userinput>cat > /etc/nsswitch.conf << "EOF"</userinput> +<screen><userinput>cat > /etc/nsswitch.conf << "EOF"</userinput> # Begin /etc/nsswitch.conf passwd: files @@ -30,18 +30,18 @@ rpc: db files netgroup: db files # End /etc/nsswitch.conf -<userinput>EOF</userinput></screen></para> +<userinput>EOF</userinput></screen> <para>To find out what time zone you're in, run the following script:</para> -<para><screen><userinput>tzselect</userinput></screen></para> +<screen><userinput>tzselect</userinput></screen> <para>When you've answered a few questions about your location, the script will output the name of your time zone, something like <emphasis>EST5EDT</emphasis> or <emphasis>Canada/Eastern</emphasis>. Then create the <filename>/etc/localtime</filename> file by running:</para> -<para><screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen></para> +<screen><userinput>cp --remove-destination /usr/share/zoneinfo/Canada/Eastern /etc/localtime </userinput></screen> <para>The meaning of the option:</para> @@ -81,14 +81,14 @@ dynamic loader's search path.</para> <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the following:</para> -<para><screen><userinput>cat > /etc/ld.so.conf << "EOF"</userinput> +<screen><userinput>cat > /etc/ld.so.conf << "EOF"</userinput> # Begin /etc/ld.so.conf /usr/local/lib /opt/lib # End /etc/ld.so.conf -<userinput>EOF</userinput></screen></para> +<userinput>EOF</userinput></screen> </sect2> |