diff options
author | Roger Dingledine <arma@torproject.org> | 2011-11-03 19:08:25 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-11-03 19:08:25 -0400 |
commit | 350fe952590fdfd1711aaaddcb478cdea20b6e6a (patch) | |
tree | c63f06c7ddc8a496fdeae93611ec513eaaee7bcf /doc/tor.1.txt | |
parent | c1005dd6d34a40080af478ef4cb85860d04f3844 (diff) | |
download | tor-350fe952590fdfd1711aaaddcb478cdea20b6e6a.tar tor-350fe952590fdfd1711aaaddcb478cdea20b6e6a.tar.gz |
fix grammar in man page entries from proposal 171
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 89dd7dc63..c99c99984 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -694,11 +694,11 @@ The following options are useful only for clients (that is, if received on this SOCKSPort are allowed to share circuits with one another. Recognized isolation flags are: **IsolateClientAddr**;; - Don't share a circuits with streams from a different + Don't share circuits with streams from a different client address. (On by default and strongly recommended; you can disable it with **NoIsolateClientAddr**.) **IsolateSOCKSAuth**;; - Don't share a circuits with streams for which different + Don't share circuits with streams for which different SOCKS authentication was provided. (On by default; you can disable it with **NoIsolateSOCKSAuth**.) **IsolateClientProtocol**;; @@ -706,10 +706,10 @@ The following options are useful only for clients (that is, if (SOCKS 4, SOCKS 5, TransPort connections, NATDPort connections, and DNSPort requests are all considered to be different protocols.) **IsolateDestPort**;; - Don't share a circuits with streams targetting a different + Don't share circuits with streams targetting a different destination port. **IsolateDestAddr**;; - Don't share a circuits with streams targetting a different + Don't share circuits with streams targetting a different destination address. **SessionGroup=**__INT__;; If no other isolation rules would prevent it, allow streams |