]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integrity.texi
Operations progress
[nncp.git] / doc / integrity.texi
index faea7c49ba6219aaf46693227e48a8da05db16fa..9ffcc0deb16d586456f512df9977027f02096976 100644 (file)
@@ -30,6 +30,7 @@ $ gpg --auto-key-locate wkd --locate-keys releases at nncpgo dot org
 @end itemize
 
 Then you could verify tarballs signature:
-@verbatim
-$ gpg --verify nncp-5.1.2.tar.xz.sig nncp-5.1.2.tar.xz
-@end verbatim
+
+@example
+$ gpg --verify nncp-@value{VERSION}.tar.xz.sig nncp-@value{VERSION}.tar.xz
+@end example