diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-23 02:57:53 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 20:20:28 -0400 |
commit | 4198261291c8edbd5ba1617b7bfe3563e51edbe7 (patch) | |
tree | 62e0cd1b1aad01a4b40b59d1faa69c644f5252d4 /doc/tor.1.txt | |
parent | d41ac64ad68811d8575db6e456fba470b0c3fde7 (diff) | |
download | tor-4198261291c8edbd5ba1617b7bfe3563e51edbe7.tar.gz tor-4198261291c8edbd5ba1617b7bfe3563e51edbe7.zip |
Clean up the 2972 implementation a little
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index d0d0c2f7cb..1815a8d963 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -167,7 +167,7 @@ Other options can be specified either on the command-line (--option Like ControlPort, but listens on a Unix domain socket, rather than a TCP socket. (Unix and Unix-like systems only.) -**UnixSocketsGroupWritable** **0**|**1**:: +**ControlSocketsGroupWritable** **0**|**1**:: If this option is set to 0, don't allow the filesystem group to read and write unix sockets (e.g. ControlSocket). If the option is set to 1, make the control socket readable and writable by the default GID. (Default: 0) |