diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-13 10:35:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-13 10:35:52 -0400 |
commit | 9991c5f00135c70021997945251b52df02ae562f (patch) | |
tree | 4dfc963303e2e3469275fc7721b6ec61a28d80a3 /changes | |
parent | 119896cd43f420a053c552afe390f6d66224b3b7 (diff) | |
download | tor-9991c5f00135c70021997945251b52df02ae562f.tar.gz tor-9991c5f00135c70021997945251b52df02ae562f.zip |
Clarify ClientOnly documentation
The option is unneeded, not meaningless, so explain what it does.
Patch from Matt Pagan; fixes 9059.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9059 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9059 b/changes/bug9059 new file mode 100644 index 0000000000..9872a5959b --- /dev/null +++ b/changes/bug9059 @@ -0,0 +1,3 @@ + o Documentation: + - Provide a more accurate description of the ClientOnly config + option on the man page. Resolves bug 9059. |