diff options
Diffstat (limited to 'chapter07/profile.xml')
-rw-r--r-- | chapter07/profile.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml index f487dacf5..bbb8d244c 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -11,13 +11,13 @@ <para>Create the <filename>/etc/profile</filename> file:</para> <screen><userinput>cat > /etc/profile << "EOF" -# Begin /etc/profile +<literal># Begin /etc/profile export LC_ALL=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable> export LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable> export INPUTRC=/etc/inputrc -# End /etc/profile +# End /etc/profile</literal> EOF</userinput></screen> </sect1> |