Gentoo Archives: gentoo-doc-cvs

From: "Lukasz Damentko (rane)" <rane@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: guide-localization.xml
Date: Sun, 15 Feb 2009 07:16:19
Message-Id: E1LYbEf-0004Xe-Ph@stork.gentoo.org
1 rane 09/02/15 07:16:17
2
3 Modified: guide-localization.xml
4 Log:
5 fixing a typo (localetime -> localtime)
6
7 Revision Changes Path
8 1.52 xml/htdocs/doc/en/guide-localization.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.52&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.52&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.51&r2=1.52
13
14 Index: guide-localization.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
17 retrieving revision 1.51
18 retrieving revision 1.52
19 diff -u -r1.51 -r1.52
20 --- guide-localization.xml 11 Feb 2009 09:02:53 -0000 1.51
21 +++ guide-localization.xml 15 Feb 2009 07:16:17 -0000 1.52
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.51 2009/02/11 09:02:53 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.52 2009/02/15 07:16:17 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/guide-localization.xml">
29 @@ -52,7 +52,7 @@
30 <pre caption="Setting the timezone information">
31 # <i>ls /usr/share/zoneinfo</i>
32 <comment>(Suppose you want to use Brussels)</comment>
33 -<comment>(First copy the proper zone to localetime)</comment>
34 +<comment>(First copy the proper zone to localtime)</comment>
35 # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
36 <comment>(Now specify your timezone)</comment>
37 # <i>nano -w /etc/conf.d/clock</i>