]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/integrity.texi
POSIX tells that $ character is default shell prompt
[govpn.git] / doc / integrity.texi
index ff692ff98d322f666c953629e18de09e2cc63b4e..971ff40f446660ef0e400f2354c32bf66ef35b4a 100644 (file)
@@ -1,7 +1,7 @@
 @node Integrity
 @section Tarballs integrity check
 
-You @strong{have to} verify downloaded archives integrity and check
+You @strong{have to} check downloaded archives integrity and verify
 their signature to be sure that you have got trusted, untampered
 software. For integrity and authentication of downloaded binaries
 @url{https://www.gnupg.org/, The GNU Privacy Guard} is used. You must
@@ -23,9 +23,8 @@ public key fingerprint.
 
 @item
 @verbatim
-% gpg --auto-key-locate pka --locate-keys releases at govpn dot info
-% gpg --auto-key-locate dane --locate-keys releases at govpn dot info
-% gpg --auto-key-locate wkd --locate-keys releases at govpn dot info
+$ gpg --auto-key-locate dane --locate-keys releases at govpn dot info
+$ gpg --auto-key-locate wkd --locate-keys releases at govpn dot info
 @end verbatim
 
 @item
@@ -35,5 +34,5 @@ public key fingerprint.
 
 Then you could verify tarballs signature:
 @verbatim
-% gpg --verify govpn-2.3.tar.xz.sig govpn-2.3.tar.xz
+$ gpg --verify govpn-2.3.tar.xz.sig govpn-2.3.tar.xz
 @end verbatim