Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: utf-8.xml
Date: Mon, 01 Aug 2005 12:54:11
Message-Id: 200508011253.j71CrsV5007294@robin.gentoo.org
1 swift 05/08/01 12:53:52
2
3 Modified: xml/htdocs/doc/en utf-8.xml
4 Log:
5 #99725 - Use update instruction instead of oneshot
6
7 Revision Changes Path
8 1.30 +7 -7 xml/htdocs/doc/en/utf-8.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.30&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml?rev=1.30&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/utf-8.xml.diff?r1=1.29&r2=1.30&cvsroot=gentoo
13
14 Index: utf-8.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- utf-8.xml 10 Jul 2005 11:12:10 -0000 1.29
21 +++ utf-8.xml 1 Aug 2005 12:53:52 -0000 1.30
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.29 2005/07/10 11:12:10 fox2mike Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.30 2005/08/01 12:53:52 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/utf-8.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license />
32
33 -<version>2.9</version>
34 -<date>2005-07-10</date>
35 +<version>2.10</version>
36 +<date>2005-08-01</date>
37
38 <chapter>
39 <title>Character Encodings</title>
40 @@ -432,12 +432,12 @@
41 <p>
42 It is wise to add <c>unicode</c> to your global USE flags in
43 <path>/etc/make.conf</path>, and then to remerge <c>sys-libs/ncurses</c> and
44 -<c>sys-libs/slang</c> if appropriate:
45 +<c>sys-libs/slang</c> if appropriate. Portage will do this automatically when
46 +you update your system:
47 </p>
48
49 -<pre caption="Emerging ncurses and slang">
50 -<comment>(We avoid putting these libraries in our world file with --oneshot)</comment>
51 -# <i>emerge --oneshot sys-libs/ncurses sys-libs/slang</i>
52 +<pre caption="Updating your system">
53 +# <i>emerge --update --deep --newuse world</i>
54 </pre>
55
56 <p>
57
58
59
60 --
61 gentoo-doc-cvs@g.o mailing list