Author: kwright
Date: Mon May 26 20:21:06 2014
New Revision: 1597641
URL: http://svn.apache.org/r1597641
Log:
Remove .sha1 and .sha512 references
Modified:
manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml
Modified: manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml?rev=1597641&r1=1597640&r2=1597641&view=diff
==============================================================================
--- manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml
(original)
+++ manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml Mon
May 26 20:21:06 2014
@@ -67,9 +67,9 @@
</p>
<p>No differences will be printed if the signatures agree. If there
are differences, then validity of the release cannot be verified.</p>
</section>
-
+
<section>
- <title>Verifying the SHA signature</title>
+ <title>Verifying an SHA signature</title>
<p>To verify the SHA signature of a release, download the artifact and
the SHA signature file for the artifact, and then
run a Unix command such as this:</p>
<p><code>gpg --print-md SHA512 apache-manifoldcf-X.X.X-src.tar.gz |
diff - apache-manifoldcf-X.X.X-src.tar.gz.sha</code></p>