diff options
author | Andrew Lewman <andrew@torproject.org> | 2005-06-15 11:39:44 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2005-06-15 11:39:44 +0000 |
commit | 5782ffd79aa104026dfe098d4819a8fa8414fac3 (patch) | |
tree | c91699cb4a29fc87f8631584ee6c64340b8e27a8 /doc/tor-doc.html | |
parent | 3bbb14f8fdb102f285760093f6605b16e1fb52e3 (diff) | |
download | tor-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.html | 7 |
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 Data\</tt><i>username</i><tt>\tor\torrc</tt> <br />or - <tt>\Application Data\tor\torrc</tt></td> + <td><tt>\<i>username</i>\Application Data\tor\torrc</tt> <br />or <tt>\Application 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 Data\</tt><i>username</i><tt>\tor\fingerprint</tt> + <td><tt>\<i>username</i>\Application Data\tor\fingerprint</tt> or <tt>\Application 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 Data\</tt><i>username</i><tt>\tor\log</tt> + <td><tt>\<i>username</i>\Application Data\tor\torrc</tt> or <tt>\Application Data\tor\log</tt></td> <td><tt>/var/log/tor</tt></td></tr> </table> |