docs/62907: missing colons in handbook section 14.3 Using Localization

Zheyu Shen free.bsd at gmx.net
Mon Feb 16 12:10:20 UTC 2004


>Number:         62907
>Category:       docs
>Synopsis:       missing colons in handbook section 14.3 Using Localization
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 16 04:10:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Zheyu Shen
>Release:        5.2R
>Organization:
>Environment:
5.2R ...
>Description:
In the handbook section "14.3 Using Localization", sub-section "14.3.4.1.1.1 User Level Setup" is an example for .login_conf zh_TW.Big5 setup. The lines of the "me:\" entry are not prefixed by a colon.
>How-To-Repeat:
look at http://www.freebsd.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml rev. 1.94
>Fix:
--- /home/zheyu/ncvs/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml	Mon Feb 16 00:14:35 2004
+++ /home/zheyu/chapter.sgml	Mon Feb 16 00:29:19 2004
@@ -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>

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list