summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 08:32:54 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-15 08:32:54 -0400
commit0ee1be0c698fa330a2ee2e4f2818e2118f459517 (patch)
treef1273f5a3888e3e5e3550bdf2cb5bf9b867f68cf
parent0808ed83f9cf312abe229d0956f0b0132a79962d (diff)
downloadtor-0ee1be0c698fa330a2ee2e4f2818e2118f459517.tar.gz
tor-0ee1be0c698fa330a2ee2e4f2818e2118f459517.zip
Documentation fix on arguments to CookieAuthFileGroupReadable
We don't actually allow a group name, but the documentation implied that we did.
-rw-r--r--doc/tor.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index a85bc34803..900e588001 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -319,7 +319,7 @@ GENERAL OPTIONS
If set, this option overrides the default location and file name
for Tor's cookie file. (See CookieAuthentication above.)
-[[CookieAuthFileGroupReadable]] **CookieAuthFileGroupReadable** **0**|**1**|__Groupname__::
+[[CookieAuthFileGroupReadable]] **CookieAuthFileGroupReadable** **0**|**1**::
If this option is set to 0, don't allow the filesystem group to read the
cookie file. If the option is set to 1, make the cookie file readable by
the default GID. [Making the file readable by other groups is not yet