Add the example torrc link to an existing FAQ entry instead of making a new one.
Matt Pagan

Matt Pagan commited on 2014-01-08 19:10:05
Zeige 1 geänderte Dateien mit 5 Einfügungen und 15 Löschungen.

... ...
@@ -101,7 +101,6 @@ tells
101 101
     <ul>
102 102
     <li><a href="#torrc">I'm supposed to "edit my torrc". What does
103 103
     that mean?</a></li>
104
-    <li><a href="#ExampleTorrc">Is there an example torrc file somewhere?</a></li>
105 104
     <li><a href="#Logs">How do I set up logging, or see Tor's
106 105
     logs?</a></li>
107 106
     <li><a href="#LogLevel">What log level should I use?</a></li>
... ...
@@ -1528,20 +1527,11 @@ it.)
1528 1527
 
1529 1528
 <p>
1530 1529
 For other configuration options you can use, look at the <a href="<page
1531
-docs/tor-manual>">Tor manual page</a>. Remember, all lines beginning
1532
-with # in torrc are treated as comments and have no effect on Tor's
1533
-configuration.
1534
-</p>
1535
-
1536
-<hr>
1537
-
1538
-<a id="ExampleTorrc"></a>
1539
-<h3><a class="anchor" href="#ExampleTorrc">Is there an example torrc file 
1540
-somewhere?</a></h3>
1541
-
1542
-<p>
1543
-There's one included with tor. You can read it online <a href="https://gitweb.torproject.org/tor.git/blob/HEAD:/src/config/torrc.sample.in">
1544
-here</a>. Tor does not use the lines that begin with '#'.
1530
+docs/tor-manual>">Tor manual page</a>. Look at <a 
1531
+href="https://gitweb.torproject.org/tor.git/blob/HEAD:/src/config/torrc.sample.in">
1532
+the sample torrc file</a> for hints on common configurations. Remember, all 
1533
+lines beginning with # in torrc are treated as comments and have no effect 
1534
+on Tor's configuration.
1545 1535
 </p>
1546 1536
 
1547 1537
 <hr>
1548 1538