rane 09/02/15 07:16:17 Modified: guide-localization.xml Log: fixing a typo (localetime -> localtime)
Revision Changes Path 1.52 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.52&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.51&r2=1.52 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- guide-localization.xml 11 Feb 2009 09:02:53 -0000 1.51 +++ guide-localization.xml 15 Feb 2009 07:16:17 -0000 1.52 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.51 2009/02/11 09:02:53 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.52 2009/02/15 07:16:17 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/guide-localization.xml"> @@ -52,7 +52,7 @@ <pre caption="Setting the timezone information"> # <i>ls /usr/share/zoneinfo</i> <comment>(Suppose you want to use Brussels)</comment> -<comment>(First copy the proper zone to localetime)</comment> +<comment>(First copy the proper zone to localtime)</comment> # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> <comment>(Now specify your timezone)</comment> # <i>nano -w /etc/conf.d/clock</i>