jkt 08/11/30 11:28:59 Modified: guide-localization.xml Log: #249273: Remove a bit misleading sentence about variable priority Reported and clarified by r0bertz on IRC. The order in the table no longer matches the priority (as we don't want users to mess with LC_ALL).
Revision Changes Path 1.50 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.50&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.49&r2=1.50 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- guide-localization.xml 10 Oct 2008 16:03:49 -0000 1.49 +++ guide-localization.xml 30 Nov 2008 11:28:59 -0000 1.50 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.49 2008/10/10 16:03:49 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.50 2008/11/30 11:28:59 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. </abstract> -<version>1.37</version> -<date>2008-10-10</date> +<version>1.38</version> +<date>2008-11-30</date> <chapter> <title>Time zone</title> @@ -126,8 +126,7 @@ set in the <path>/etc/env.d/02locale</path> (for system-wide settings) and <path>~/.bashrc</path> (for user-specific settings) file. The variables controlling different aspects of locale settings -are given in the table below, those with highest precedence (i.e. those -that override settings below them) are at the top of the table. All variables +are given in the table below. All of them take one name of a locale in <c>ab_CD</c> format given above. </p>
