[tor-commits] [tor/master] Clarify SessionGroup documentation. Bug	5437.
    nickm at torproject.org 
    nickm at torproject.org
       
    Wed May 16 18:46:38 UTC 2012
    
    
  
commit dfbe779a450c0893e5dde3b4fcb17956b65e6fae
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed May 16 14:43:11 2012 -0400
    Clarify SessionGroup documentation. Bug 5437.
---
 changes/bug5437 |    3 +++
 doc/tor.1.txt   |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/changes/bug5437 b/changes/bug5437
new file mode 100644
index 0000000..3f9e96d
--- /dev/null
+++ b/changes/bug5437
@@ -0,0 +1,3 @@
+  o Documentation fixes:
+    - Clarify SessionGroup documentation slightly; resolves bug 5437.
+
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 16bfd23..dcbc313 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -841,7 +841,8 @@ The following options are useful only for clients (that is, if
         If no other isolation rules would prevent it, allow streams
         on this port to share circuits with streams from every other
         port with the same session group.  (By default, streams received
-        on different ports are always isolated from one another.)
+        on different SOCKSPorts, TransPorts, etc are always isolated from one
+        another. This option overrides that behavior.)
 
 **SOCKSListenAddress** __IP__[:__PORT__]::
     Bind to this address to listen for connections from Socks-speaking
    
    
More information about the tor-commits
mailing list