You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2019/05/24 19:21:42 UTC

svn commit: r1859898 - /myfaces/site/trunk/src/site/apt/download.apt

Author: paulnicolucci
Date: Fri May 24 19:21:42 2019
New Revision: 1859898

URL: http://svn.apache.org/viewvc?rev=1859898&view=rev
Log:
Add newline for each command in Verifing signatures section - requested by announce moderator

Modified:
    myfaces/site/trunk/src/site/apt/download.apt

Modified: myfaces/site/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/apt/download.apt?rev=1859898&r1=1859897&r2=1859898&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/apt/download.apt (original)
+++ myfaces/site/trunk/src/site/apt/download.apt Fri May 24 19:21:42 2019
@@ -172,20 +172,20 @@ Verifying signatures
 	Then verify the signatures using ...
 
 	<<<
-	% pgpk -a KEYS
+	% pgpk -a KEYS\
 	% pgpv myfaces-core-1.1.X-bin.tar.gz.asc
 	>>>
 	
 	<or>
 
 	<<<
-	% pgp -ka KEYS
+	% pgp -ka KEYS\
 	% pgp myfaces-core-1.1.X-bin.tar.gz.asc
 	>>>
 	
 	<or>
 
 	<<<
-	% gpg --import KEYS
+	% gpg --import KEYS\
 	% gpg --verify myfaces-core-1.1.X-bin.tar.gz.asc
 	>>>