Gentoo Archives: gentoo-doc-cvs

From: Flammie Pirinen <flammie@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: faq.xml
Date: Fri, 06 Jan 2006 16:06:40
Message-Id: 200601061606.k06G6WNt002053@robin.gentoo.org
1 flammie 06/01/06 16:06:31
2
3 Modified: xml/htdocs/doc/en faq.xml
4 Log:
5 Bug 117575: consoletranslation
6
7 Revision Changes Path
8 1.102 +11 -5 xml/htdocs/doc/en/faq.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.102&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.102&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.101&r2=1.102&cvsroot=gentoo
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
17 retrieving revision 1.101
18 retrieving revision 1.102
19 diff -u -r1.101 -r1.102
20 --- faq.xml 12 Nov 2005 19:51:33 -0000 1.101
21 +++ faq.xml 6 Jan 2006 16:06:31 -0000 1.102
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.101 2005/11/12 19:51:33 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.102 2006/01/06 16:06:31 flammie Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/faq.xml">
29 @@ -44,8 +44,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>3.3</version>
34 -<date>2005-11-12</date>
35 +<version>3.4</version>
36 +<date>2006-01-06</date>
37
38 <chapter>
39 <title>Questions:</title>
40 @@ -809,12 +809,18 @@
41 <body>
42
43 <p>
44 -Edit the <c>KEYMAP</c> variable in <path>/etc/conf.d/keymaps</path>. Then,
45 -either <c>reboot</c> or restart the keymaps script:
46 +Edit the <c>KEYMAP</c> variable in <path>/etc/conf.d/keymaps</path>. To have
47 +console working correctly with extended characters in your keymap you might
48 +also need to set up variables <c>CONSOLETRANSLATION</c> and <c>CONSOLEFONT</c>
49 +in your <path>/etc/conf.d/consolefont</path> (for further information on
50 +localising your environment, refer to <uri link="/doc/en/guide-localization">
51 +our localisation guide</uri>.).
52 +Then, either <c>reboot</c>, or restart the keymaps and consolefont scripts:
53 </p>
54
55 <pre caption="Restarting keymaps">
56 # <i>/etc/init.d/keymaps restart</i>
57 +# <i>/etc/init.d/consolefont restart</i>
58 </pre>
59
60 </body>
61
62
63
64 --
65 gentoo-doc-cvs@g.o mailing list