diff options
author | Andrea Shepard <andrea@torproject.org> | 2015-01-09 20:54:59 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2015-01-09 20:54:59 +0000 |
commit | 78956f5d857f573106fd4dd4d2f9220af32be1b3 (patch) | |
tree | 0962c56a7abecb23d8a8c082c0f9fe029a157366 /doc | |
parent | 0729b2be535df8a114c6c219e90aa3258caefcdb (diff) | |
download | tor-78956f5d857f573106fd4dd4d2f9220af32be1b3.tar.gz tor-78956f5d857f573106fd4dd4d2f9220af32be1b3.zip |
Document disable option for ControlSocket and SocksSocket
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 43aade9d9e..7f280d105c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -294,7 +294,7 @@ GENERAL OPTIONS [[ControlSocket]] **ControlSocket** __Path__:: Like ControlPort, but listens on a Unix domain socket, rather than a TCP - socket. (Unix and Unix-like systems only.) + socket. '0' disables ControlSocket (Unix and Unix-like systems only.) [[ControlSocketsGroupWritable]] **ControlSocketsGroupWritable** **0**|**1**:: If this option is set to 0, don't allow the filesystem group to read and @@ -485,7 +485,7 @@ GENERAL OPTIONS [[SocksSocket]] **SocksSocket** __Path__:: Like SocksPort, but listens on a Unix domain socket, rather than a TCP - socket. (Unix and Unix-like systems only.) + socket. '0' disables SocksSocket (Unix and Unix-like systems only.) [[SocksSocketsGroupWritable]] **SocksSocketsGroupWritable** **0**|**1**:: If this option is set to 0, don't allow the filesystem group to read and |