[or-cvs] r21798: {website} putting br inside tt gets complaints sometimes (website/trunk/docs/en)

Roger Dingledine arma at torproject.org
Thu Mar 4 08:43:42 UTC 2010


Author: arma
Date: 2010-03-04 08:43:42 +0000 (Thu, 04 Mar 2010)
New Revision: 21798

Modified:
   website/trunk/docs/en/tor-doc-unix.wml
Log:
putting br inside tt gets complaints sometimes


Modified: website/trunk/docs/en/tor-doc-unix.wml
===================================================================
--- website/trunk/docs/en/tor-doc-unix.wml	2010-03-04 02:21:13 UTC (rev 21797)
+++ website/trunk/docs/en/tor-doc-unix.wml	2010-03-04 08:43:42 UTC (rev 21798)
@@ -35,8 +35,8 @@
 href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
 make sure you have openssl and zlib (including the -devel packages if
 applicable). Then run:<br />
-<tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable><br />
-./configure &amp;&amp; make</tt><br />
+<tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable></tt><br />
+<tt>./configure &amp;&amp; make</tt><br />
 Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
 (as root if necessary) to install it into /usr/local/, and then you can
 start it just by running <tt>tor</tt>.



More information about the tor-commits mailing list