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-stage.xml
Date: Thu, 01 Aug 2013 19:36:04
Message-Id: 20130801193557.AB3742171C@flycatcher.gentoo.org
1 swift 13/08/01 19:35:57
2
3 Modified: hb-install-mips-stage.xml
4 Log:
5 Fix bug #476194 - Correct date command, thanks to Vladimir Romanov
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.15&view=markup
11 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
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.14&r2=1.15
13
14 Index: hb-install-mips-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hb-install-mips-stage.xml 1 Aug 2013 19:32:16 -0000 1.14
21 +++ hb-install-mips-stage.xml 1 Aug 2013 19:35:57 -0000 1.15
22 @@ -4,7 +4,7 @@
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-stage.xml,v 1.14 2013/08/01 19:32:16 swift Exp $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 describe how you extract the stage3 archive and configure Portage.
33 </abstract>
34
35 -<version>12</version>
36 +<version>13</version>
37 <date>2013-08-01</date>
38
39 <section>
40 @@ -33,18 +33,18 @@
41
42 <pre caption="Verifying the date/time">
43 # <i>date</i>
44 -Fri Mar 29 16:21:18 CEST 2005
45 +Fri Mar 29 16:21:18 CEST 2013
46 </pre>
47
48 <p>
49 If the date/time displayed is wrong, update it using the <c>date
50 MMDDhhmmYYYY</c> syntax (<b>M</b>onth, <b>D</b>ay, <b>h</b>our, <b>m</b>inute
51 and <b>Y</b>ear). For instance, to set the date to March 29th, 16:21 in the
52 -year 2005:
53 +year 2013:
54 </p>
55
56 <pre caption="Setting the date/time">
57 -# <i>date 032916212010</i>
58 +# <i>date 032916212013</i>
59 </pre>
60
61 </body>