setenv syntax is comma-delimited. While here, fix another section's setenv example.
PR: 199178 Sponsored by: Essen DevSummit Hackathon
This commit is contained in:
parent
97517c40e6
commit
c84041efd4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47079
1 changed files with 2 additions and 9 deletions
|
|
@ -258,13 +258,7 @@
|
||||||
#of Taiwan can manually change each variable
|
#of Taiwan can manually change each variable
|
||||||
me:\
|
me:\
|
||||||
:lang=zh_TW.Big5:\
|
:lang=zh_TW.Big5:\
|
||||||
:setenv=LC_ALL=zh_TW.Big5:\
|
:setenv=LC_ALL=zh_TW.Big5,LC_COLLATE=zh_TW.Big5,LC_CTYPE=zh_TW.Big5,LC_MESSAGES=zh_TW.Big5,LC_MONETARY=zh_TW.Big5,LC_NUMERIC=zh_TW.Big5,LC_TIME=zh_TW.Big5:\
|
||||||
:setenv=LC_COLLATE=zh_TW.Big5:\
|
|
||||||
:setenv=LC_CTYPE=zh_TW.Big5:\
|
|
||||||
:setenv=LC_MESSAGES=zh_TW.Big5:\
|
|
||||||
:setenv=LC_MONETARY=zh_TW.Big5:\
|
|
||||||
:setenv=LC_NUMERIC=zh_TW.Big5:\
|
|
||||||
:setenv=LC_TIME=zh_TW.Big5:\
|
|
||||||
:charset=big5:\
|
:charset=big5:\
|
||||||
:xmodifiers="@im=gcin": #Set gcin as the XIM Input Server</programlisting>
|
:xmodifiers="@im=gcin": #Set gcin as the XIM Input Server</programlisting>
|
||||||
|
|
||||||
|
|
@ -372,8 +366,7 @@ me:\
|
||||||
<filename>/etc/csh.login</filename>, or
|
<filename>/etc/csh.login</filename>, or
|
||||||
<filename>/usr/share/skel/dot.login</filename>:</para>
|
<filename>/usr/share/skel/dot.login</filename>:</para>
|
||||||
|
|
||||||
<programlisting><envar>setenv LANG de_DE.ISO8859-1</envar>
|
<programlisting><envar>setenv LANG de_DE.ISO8859-1,MM_CHARSET ISO-8859-1</envar></programlisting>
|
||||||
<envar>setenv MM_CHARSET ISO-8859-1</envar></programlisting>
|
|
||||||
|
|
||||||
<para>To complicate matters, the syntax needed to configure
|
<para>To complicate matters, the syntax needed to configure
|
||||||
<application>Xorg</application> in
|
<application>Xorg</application> in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue