Fix other envar tags in this section.

Obtained from: hrs
Sponsored by: Essen Devsummit Hackathon
This commit is contained in:
Dru Lavigne 2015-07-25 16:32:50 +00:00
parent 64d9407108
commit 5b5dc272e2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47082

View file

@ -356,8 +356,8 @@ me:\
<filename>/usr/share/skel/dot.profile</filename> to set
that shell for all users:</para>
<programlisting><envar>LANG=de_DE.ISO8859-1; export LANG</envar>
<envar>MM_CHARSET=ISO-8859-1; export MM_CHARSET</envar></programlisting>
<programlisting><envar>LANG</envar>=de_DE.ISO8859-1; export <envar>LANG</envar>
<envar>MM_CHARSET</envar>=ISO-8859-1; export <envar>MM_CHARSET</envar></programlisting>
<para>However, the name of the configuration file and the
syntax used differs for the <command>csh</command> shell.
@ -376,9 +376,9 @@ setenv <envar>MM_CHARSET</envar> ISO-8859-1</programlisting>
shell and the second is for the <command>csh</command>
shell:</para>
<programlisting><envar>LANG=de_DE.ISO8859-1; export LANG</envar></programlisting>
<programlisting><envar>LANG</envar>=de_DE.ISO8859-1; export <envar>LANG</envar></programlisting>
<programlisting><envar>setenv LANG de_DE.ISO8859-1</envar></programlisting>
<programlisting>setenv <envar>LANG</envar> de_DE.ISO8859-1</programlisting>
</sect3>
</sect2>