Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
Date: Mon, 22 Aug 2011 16:58:13
Message-Id: 20110822165802.A1BD42004C@flycatcher.gentoo.org
1 swift 11/08/22 16:58:02
2
3 Modified: hb-install-mips-system.xml hb-install-system.xml
4 Log:
5 Fix bug #379971 - Show the use of locale-gen in a code listing. Thanks to Niklas Johansson for suggestion.
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.9&r2=1.10
13
14 Index: hb-install-mips-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-install-mips-system.xml 16 Mar 2011 07:43:58 -0000 1.9
21 +++ hb-install-mips-system.xml 22 Aug 2011 16:58:02 -0000 1.10
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.9 2011/03/16 07:43:58 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.10 2011/08/22 16:58:02 swift Exp $ -->
28
29 <sections>
30
31 -<version>9.2</version>
32 -<date>2011-03-16</date>
33 +<version>10</version>
34 +<date>2011-08-22</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -467,6 +467,10 @@
39 have specified in the <path>/etc/locale.gen</path> file.
40 </p>
41
42 +<pre caption="Running locale-gen">
43 +# <i>locale-gen</i>
44 +</pre>
45 +
46 <p>
47 Now continue with <uri link="?part=1&amp;chap=7">Configuring the Kernel</uri>.
48 </p>
49
50
51
52 1.120 xml/htdocs/doc/en/handbook/hb-install-system.xml
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.120&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.120&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.119&r2=1.120
57
58 Index: hb-install-system.xml
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
61 retrieving revision 1.119
62 retrieving revision 1.120
63 diff -u -r1.119 -r1.120
64 --- hb-install-system.xml 3 Aug 2011 08:24:04 -0000 1.119
65 +++ hb-install-system.xml 22 Aug 2011 16:58:02 -0000 1.120
66 @@ -4,7 +4,7 @@
67 <!-- The content of this document is licensed under the CC-BY-SA license -->
68 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
69
70 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.119 2011/08/03 08:24:04 jkt Exp $ -->
71 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.120 2011/08/22 16:58:02 swift Exp $ -->
72
73 <sections>
74
75 @@ -14,8 +14,8 @@
76 to progress to that state.
77 </abstract>
78
79 -<version>11</version>
80 -<date>2011-08-03</date>
81 +<version>12</version>
82 +<date>2011-08-22</date>
83
84 <section>
85 <title>Chrooting</title>
86 @@ -379,6 +379,10 @@
87 have specified in the <path>/etc/locale.gen</path> file.
88 </p>
89
90 +<pre caption="Running locale-gen">
91 +# <i>locale-gen</i>
92 +</pre>
93 +
94 <p>
95 Now continue with <uri link="?part=1&amp;chap=7">Configuring the Kernel</uri>.
96 </p>