Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/releng: index.xml
Date: Wed, 02 Sep 2009 02:29:46
Message-Id: E1MikQF-0002ue-BQ@stork.gentoo.org
1 robbat2 09/09/02 07:38:27
2
3 Modified: index.xml
4 Log:
5 Fix last typo in verify commands.
6
7 Revision Changes Path
8 1.120 xml/htdocs/proj/en/releng/index.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/releng/index.xml?rev=1.120&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/releng/index.xml?rev=1.120&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/releng/index.xml?r1=1.119&r2=1.120
13
14 Index: index.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/releng/index.xml,v
17 retrieving revision 1.119
18 retrieving revision 1.120
19 diff -p -w -b -B -u -u -r1.119 -r1.120
20 --- index.xml 2 Sep 2009 07:33:32 -0000 1.119
21 +++ index.xml 2 Sep 2009 07:38:27 -0000 1.120
22 @@ -98,11 +98,11 @@ $ <i>gpg --keyserver subkeys.pgp.net --r
23 </pre>
24
25 <pre caption="Verify the cryptographic signature">
26 -$ <i>gpg --verify &lt;foo.DIGESTS.asc&gt; &lt;foo.DIGESTS&gt;</i>
27 +$ <i>gpg --verify &lt;foo.DIGESTS.asc&gt;</i>
28 </pre>
29
30 <pre caption="Verify the checksum">
31 -$ <i>sha1sum -c &lt;foo.DIGESTS&gt;</i>
32 +$ <i>sha1sum -c &lt;foo.DIGESTS.asc&gt;</i>
33 </pre>
34
35 <table>