swift 13/08/01 19:35:57 Modified: hb-install-mips-stage.xml Log: Fix bug #476194 - Correct date command, thanks to Vladimir Romanov
Revision Changes Path 1.15 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.14&r2=1.15 Index: hb-install-mips-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- hb-install-mips-stage.xml 1 Aug 2013 19:32:16 -0000 1.14 +++ hb-install-mips-stage.xml 1 Aug 2013 19:35:57 -0000 1.15 @@ -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-mips-stage.xml,v 1.14 2013/08/01 19:32:16 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.15 2013/08/01 19:35:57 swift Exp $ --> <sections> @@ -13,7 +13,7 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>12</version> +<version>13</version> <date>2013-08-01</date> <section> @@ -33,18 +33,18 @@ <pre caption="Verifying the date/time"> # <i>date</i> -Fri Mar 29 16:21:18 CEST 2005 +Fri Mar 29 16:21:18 CEST 2013 </pre> <p> If the date/time displayed is wrong, update it using the <c>date MMDDhhmmYYYY</c> syntax (<b>M</b>onth, <b>D</b>ay, <b>h</b>our, <b>m</b>inute and <b>Y</b>ear). For instance, to set the date to March 29th, 16:21 in the -year 2005: +year 2013: </p> <pre caption="Setting the date/time"> -# <i>date 032916212010</i> +# <i>date 032916212013</i> </pre> </body>