Fix documentation of torrc search order

We are searching @CONFDIR@ before $HOME, but the documentation
implied otherwise.

I screwed this up in f5e86bcd6c, when I
first documented the $HOME/.torrc possibility.

Fix for bug 9213; bugfix on 0.2.3.18-rc.
This commit is contained in:
Nick Mathewson
2014-03-27 14:58:46 -04:00
parent a83abcf5ee
commit a68e6ea9c0
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Documentation:
- Correctly document that we search for a system torrc file before
looking in ~/.torrc. Fixes documentation side of 9213; bugfix
on 0.2.3.18-rc.