[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r26031: {website} quotes required on windows if path has spaces (website/trunk/docs/en)
Author: moritz
Date: 2013-01-27 22:49:07 +0000 (Sun, 27 Jan 2013)
New Revision: 26031
Modified:
website/trunk/docs/en/verifying-signatures.wml
Log:
quotes required on windows if path has spaces
Modified: website/trunk/docs/en/verifying-signatures.wml
===================================================================
--- website/trunk/docs/en/verifying-signatures.wml 2013-01-27 22:48:08 UTC (rev 26030)
+++ website/trunk/docs/en/verifying-signatures.wml 2013-01-27 22:49:07 UTC (rev 26031)
@@ -76,12 +76,12 @@
<p>Erinn Clark signs the Tor Browser Bundles. Import her key
(0x63FEE659) by starting <i>cmd.exe</i> and typing:</p>
- <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x63FEE659</pre>
+ <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x63FEE659</pre>
<p>After importing the key, you can verify that the fingerprint
is correct:</p>
- <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --fingerprint 0x63FEE659</pre>
+ <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --fingerprint 0x63FEE659</pre>
<p>You should see:</p>
<pre>
@@ -97,7 +97,7 @@
to download the ".asc" file as well. Assuming you downloaded the
package and its signature to your Desktop, run:</p>
- <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --verify C:\Users\Alice\Desktop\<file-win32-bundle-stable>.asc C:\Users\Alice\Desktop\<file-win32-bundle-stable></pre>
+ <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --verify C:\Users\Alice\Desktop\<file-win32-bundle-stable>.asc C:\Users\Alice\Desktop\<file-win32-bundle-stable></pre>
<p>The output should say "Good signature": </p>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits