summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2005-06-26 05:08:11 +0000
committerAndrew Lewman <andrew@torproject.org>2005-06-26 05:08:11 +0000
commit9473cf76718455cb5de98cd5068989f3dd7e3f88 (patch)
tree75b11994542fd9c35c1589b8ec23fa0d41d167f6
parent09e87f452d9bcfd0849c867a22695960c62a1779 (diff)
downloadtor-9473cf76718455cb5de98cd5068989f3dd7e3f88.tar.gz
tor-9473cf76718455cb5de98cd5068989f3dd7e3f88.zip
Correct logfile names because Windows is apparently different than any
other os. svn:r4484
-rw-r--r--doc/tor-doc-win32.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html
index 631b3b7ec7..205572bd4e 100644
--- a/doc/tor-doc-win32.html
+++ b/doc/tor-doc-win32.html
@@ -98,9 +98,9 @@ the file. Be sure to save.
<p>Privoxy keeps a log file of everything passed through it. In
order to stop this you will need to comment out the line <br>
-<tt>logfile logfile</tt><br>
+<tt>logfile privoxy.log</tt><br>
and the line <br>
-<tt>jarfile jarfile</tt><br>
+<tt>jarfile jar.log</tt><br>
Be sure to save.
</p>