diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-01 18:38:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-01 18:38:27 +0000 |
commit | 34944f3eb10eb25ece93a257493020bf4d8f95b8 (patch) | |
tree | d21e3206495a24df1b3b9389bca43f4a6dad0712 /doc | |
parent | 28fc34b1e21e98ee0deec77e318302a5dbab2909 (diff) | |
download | tor-34944f3eb10eb25ece93a257493020bf4d8f95b8.tar.gz tor-34944f3eb10eb25ece93a257493020bf4d8f95b8.zip |
minor correction: location of torrc on unix packages
svn:r3981
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-doc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 7def29bb07..4d1cdc3f80 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -262,7 +262,7 @@ server on Windows now as well.) you will need to copy torrc.sample to torrc first. Look for them in /usr/local/etc/tor/ on Unix). If you installed a package, you should look for torrc: -<ul><li>in <tt>/etc/torrc</tt> on Unix.</li> +<ul><li>in <tt>/etc/torrc</tt> or <tt>/etc/tor/torrc</tt> on Unix.</li> <li>in <tt>/Library/Tor/torrc</tt> on Macintosh OS X.</li> <li>in <tt>\Application Data\tor\torrc</tt> or in <tt>\Application Data\</tt><i>username</i><tt>\tor\torrc</tt> |