]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Documentation fix on arguments to CookieAuthFileGroupReadable
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Aug 2014 12:32:54 +0000 (08:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Aug 2014 12:32:54 +0000 (08:32 -0400)
We don't actually allow a group name, but the documentation implied
that we did.

doc/tor.1.txt

index a85bc34803f32f23d4d390d8dbec3bdf7f769560..900e58800107537480fafa7a3374b2ad4940298e 100644 (file)
@@ -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