aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-doc.html
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2005-06-15 11:39:44 +0000
committerAndrew Lewman <andrew@torproject.org>2005-06-15 11:39:44 +0000
commit5782ffd79aa104026dfe098d4819a8fa8414fac3 (patch)
treec91699cb4a29fc87f8631584ee6c64340b8e27a8 /doc/tor-doc.html
parent3bbb14f8fdb102f285760093f6605b16e1fb52e3 (diff)
downloadtor-5782ffd79aa104026dfe098d4819a8fa8414fac3.tar.gz
tor-5782ffd79aa104026dfe098d4819a8fa8414fac3.zip
Fixed the rest of the MS Windows' paths in tor-doc.html.
svn:r4430
Diffstat (limited to 'doc/tor-doc.html')
-rw-r--r--doc/tor-doc.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index 506b0ac2e7..2160cca1ce 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -313,19 +313,18 @@ where new development releases are announced.</li>
<tr><th></th><th>Unix</th><th>Windows</th><th>Mac OS X</th></tr>
<tr><th>Configuration</th>
<td><tt>/etc/torrc</tt> <br />or <tt>/usr/local/etc/torrc</tt></td>
- <td><tt>\Application&nbsp;Data\</tt><i>username</i><tt>\tor\torrc</tt> <br />or
- <tt>\Application&nbsp;Data\tor\torrc</tt></td>
+ <td><tt>\<i>username</i>\Application&nbsp;Data\tor\torrc</tt> <br />or <tt>\Application&nbsp;Data\tor\torrc</tt></td>
<td><tt>/Library/Tor/torrc</tt></td></tr>
<tr><th>Fingerprint</th>
<td><tt>/var/lib/tor/fingerprint</tt>
or <tt>/usr/local/var/lib/tor/fingerprint</tt></td>
- <td><tt>\Application&nbsp;Data\</tt><i>username</i><tt>\tor\fingerprint</tt>
+ <td><tt>\<i>username</i>\Application&nbsp;Data\tor\fingerprint</tt>
or <tt>\Application&nbsp;Data\tor\fingerprint</tt></td>
<td><tt>/Library/Tor/var/lib/tor/fingerprint</tt></td></tr>
<tr><th>Logs</th>
<td><tt>/var/log/tor</tt>
or <tt>/usr/local/var/log/tor</tt></td>
- <td><tt>\Application&nbsp;Data\</tt><i>username</i><tt>\tor\log</tt>
+ <td><tt>\<i>username</i>\Application&nbsp;Data\tor\torrc</tt>
or <tt>\Application&nbsp;Data\tor\log</tt></td>
<td><tt>/var/log/tor</tt></td></tr>
</table>