Add missing colons in an example login.conf excerpt.
PR: docs/62907 Submitted by: Zheyu Shen <free.bsd@gmx.net>
This commit is contained in:
parent
0b473c33aa
commit
e2897f50f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20033
1 changed files with 10 additions and 10 deletions
|
@ -286,16 +286,16 @@
|
|||
<programlisting>#Users who do not wish to use monetary units or time formats
|
||||
#of Taiwan can manually change each variable
|
||||
me:\
|
||||
lang=zh_TW.Big5:\
|
||||
lc_all=zh_TW.Big:\
|
||||
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:\
|
||||
charset=big5:\
|
||||
xmodifiers="@im=xcin": #Setting the XIM Input Server</programlisting>
|
||||
:lang=zh_TW.Big5:\
|
||||
:lc_all=zh_TW.Big:\
|
||||
: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:\
|
||||
:charset=big5:\
|
||||
:xmodifiers="@im=xcin": #Setting the XIM Input Server</programlisting>
|
||||
|
||||
<para>See <link linkend="adm-setup">Administrator Level
|
||||
Setup</link> and &man.login.conf.5; for more details.</para>
|
||||
|
|
Loading…
Reference in a new issue