You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/04/24 13:57:11 UTC

svn commit: r1589683 - /manifoldcf/site/trunk/src/documentation/content/xdocs/en_US/verify.xml

Author: kwright
Date: Thu Apr 24 11:57:11 2014
New Revision: 1589683

URL: http://svn.apache.org/r1589683
Log:
Add line breaks

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=1589683&r1=1589682&r2=1589683&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 Thu Apr 24 11:57:11 2014
@@ -62,7 +62,7 @@
         <p><code>gpg --print-md MD5 apache-manifoldcf-X.X.X-src.tar.gz | diff - apache-manifoldcf-X.X.X-src.tar.gz.md5</code></p>
         <p>On Windows:</p>
         <p>
-          <code>gpg --print-md MD5 apache-manifoldcf-X.X.X-src.tar.gz > capture.md5</code>
+          <code>gpg --print-md MD5 apache-manifoldcf-X.X.X-src.tar.gz > capture.md5</code><br/>
           <code>fc capture.md5 apache-manifoldcf-X.X.X-src.tar.gz.md5</code>
         </p>
         <p>No differences will be printed if the signatures agree. If there are differences, then validity of the release cannot be verified.</p>
@@ -75,7 +75,7 @@
         <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>
         <p>On Windows:</p>
         <p>
-          <code>gpg --print-md SHA512 apache-manifoldcf-X.X.X-src.tar.gz > capture.sha</code>
+          <code>gpg --print-md SHA512 apache-manifoldcf-X.X.X-src.tar.gz > capture.sha</code><br/>
           <code>fc capture.sha apache-manifoldcf-X.X.X-src.tar.gz.sha</code>
         </p>
         <p>No differences will be printed if the signatures agree. If there are differences, then validity of the release cannot be verified.</p>