|  | @@ -964,10 +964,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 circuits with streams targetting a different
 | 
	
		
			
				|  |  | +        Don't share circuits with streams targeting a different
 | 
	
		
			
				|  |  |          destination port.
 | 
	
		
			
				|  |  |      **IsolateDestAddr**;;
 | 
	
		
			
				|  |  | -        Don't share circuits with streams targetting a different
 | 
	
		
			
				|  |  | +        Don't share circuits with streams targeting a different
 | 
	
		
			
				|  |  |          destination address.
 | 
	
		
			
				|  |  |      **SessionGroup=**__INT__;;
 | 
	
		
			
				|  |  |          If no other isolation rules would prevent it, allow streams
 | 
	
	
		
			
				|  | @@ -1018,7 +1018,7 @@ The following options are useful only for clients (that is, if
 | 
	
		
			
				|  |  |          requests via this connection.
 | 
	
		
			
				|  |  |      **PreferIPv6Automap**;;
 | 
	
		
			
				|  |  |          When serving a hostname lookup request on this port that
 | 
	
		
			
				|  |  | -        should get automapped (according to AutomapHostsOnResove),
 | 
	
		
			
				|  |  | +        should get automapped (according to AutomapHostsOnResolve),
 | 
	
		
			
				|  |  |          if we could return either an IPv4 or an IPv6 answer, prefer
 | 
	
		
			
				|  |  |          an IPv6 answer. (On by default.)
 | 
	
		
			
				|  |  |      **PreferSOCKSNoAuth**;;
 | 
	
	
		
			
				|  | @@ -1425,7 +1425,7 @@ The following options are useful only for clients (that is, if
 | 
	
		
			
				|  |  |      whose view of the current time is skewed. If this option is set to 0, we
 | 
	
		
			
				|  |  |      do not send this timestamp, and hidden services on obsolete Tor versions
 | 
	
		
			
				|  |  |      will not work.  If this option is set to 1, we send the timestamp.  If
 | 
	
		
			
				|  |  | -    this optoin is "auto", we take a recommendation from the latest consensus
 | 
	
		
			
				|  |  | +    this option is "auto", we take a recommendation from the latest consensus
 | 
	
		
			
				|  |  |      document. (Default: auto)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -2032,7 +2032,7 @@ The following options are used to configure a hidden service.
 | 
	
		
			
				|  |  |  [[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
 | 
	
		
			
				|  |  |      Configure a virtual port VIRTPORT for a hidden service. You may use this
 | 
	
		
			
				|  |  |      option multiple times; each time applies to the service using the most
 | 
	
		
			
				|  |  | -    recent hiddenservicedir. By default, this option maps the virtual port to
 | 
	
		
			
				|  |  | +    recent HiddenServiceDir. By default, this option maps the virtual port to
 | 
	
		
			
				|  |  |      the same port on 127.0.0.1 over TCP. You may override the target port,
 | 
	
		
			
				|  |  |      address, or both by specifying a target of addr, port, or addr:port.
 | 
	
		
			
				|  |  |      You may also have multiple lines with  the same VIRTPORT: when a user
 |