diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-29 14:45:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-29 14:46:20 -0500 |
commit | 204374f7d92997a510a7aabe5ec57f0f87a3499f (patch) | |
tree | 02c50353471c76167d4bc7c6c22af3407bdeaf22 /doc | |
parent | ebc59092bc6badaa55743d85e6095c3e2d4993ff (diff) | |
download | tor-204374f7d92997a510a7aabe5ec57f0f87a3499f.tar.gz tor-204374f7d92997a510a7aabe5ec57f0f87a3499f.zip |
Remove SocksSocket; it's now spelled differently thanks to 14451
Also, revise bug12585 changes file to mention new syntax
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5302b33bd1..50ab80ecd9 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -483,10 +483,6 @@ GENERAL OPTIONS in accordance to RFC 1929. Both username and password must be between 1 and 255 characters. -[[SocksSocket]] **SocksSocket** __Path__ [_flags_] [_isolation flags_]:: - Like SocksPort, but listens on a Unix domain socket, rather than a TCP - 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 write unix sockets (e.g. SocksSocket). If the option is set to 1, make |