Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 04:08:38 -0800 (PST)
From:      Zheyu Shen <free.bsd@gmx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/62907: missing colons in handbook section 14.3 Using Localization
Message-ID:  <200402161208.i1GC8cqJ091075@www.freebsd.org>
Resent-Message-ID: <200402161210.i1GCAJpW091888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402161208.i1GC8cqJ091075>