aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index be6a4935a..808789744 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -93,7 +93,7 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
following:</para>
<screen><userinput>cat &gt; /etc/nsswitch.conf &lt;&lt; "EOF"
-# Begin /etc/nsswitch.conf
+<literal># Begin /etc/nsswitch.conf
passwd: files
group: files
@@ -107,7 +107,7 @@ services: files
ethers: files
rpc: files
-# End /etc/nsswitch.conf
+# End /etc/nsswitch.conf</literal>
EOF</userinput></screen>
<para>To find out what time zone you're in, run the following script:</para>
@@ -129,12 +129,12 @@ EOF</userinput></screen>
following:</para>
<screen><userinput>cat &gt; /etc/ld.so.conf &lt;&lt; "EOF"
-# Begin /etc/ld.so.conf
+<literal># Begin /etc/ld.so.conf
/usr/local/lib
/opt/lib
-# End /etc/ld.so.conf
+# End /etc/ld.so.conf</literal>
EOF</userinput></screen>
</sect2>