swift 11/08/22 16:58:02 Modified: hb-install-mips-system.xml hb-install-system.xml Log: Fix bug #379971 - Show the use of locale-gen in a code listing. Thanks to Niklas Johansson for suggestion.
Revision Changes Path 1.10 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.10&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.9&r2=1.10 Index: hb-install-mips-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hb-install-mips-system.xml 16 Mar 2011 07:43:58 -0000 1.9 +++ hb-install-mips-system.xml 22 Aug 2011 16:58:02 -0000 1.10 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $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 $ --> +<!-- $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 $ --> <sections> -<version>9.2</version> -<date>2011-03-16</date> +<version>10</version> +<date>2011-08-22</date> <section> <title>Chrooting</title> @@ -467,6 +467,10 @@ have specified in the <path>/etc/locale.gen</path> file. </p> +<pre caption="Running locale-gen"> +# <i>locale-gen</i> +</pre> + <p> Now continue with <uri link="?part=1&chap=7">Configuring the Kernel</uri>. </p> 1.120 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.119&r2=1.120 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- hb-install-system.xml 3 Aug 2011 08:24:04 -0000 1.119 +++ hb-install-system.xml 22 Aug 2011 16:58:02 -0000 1.120 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.119 2011/08/03 08:24:04 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.120 2011/08/22 16:58:02 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>11</version> -<date>2011-08-03</date> +<version>12</version> +<date>2011-08-22</date> <section> <title>Chrooting</title> @@ -379,6 +379,10 @@ have specified in the <path>/etc/locale.gen</path> file. </p> +<pre caption="Running locale-gen"> +# <i>locale-gen</i> +</pre> + <p> Now continue with <uri link="?part=1&chap=7">Configuring the Kernel</uri>. </p>
