diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-09 04:21:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-09 04:21:03 +0000 |
commit | eda7373e1509c966b5b216453c031cfa59fdf76a (patch) | |
tree | 28109142f25ca7720b7b6bb411745e4f371bc617 /doc/tor.1.in | |
parent | f534bf33f61b93fd46314867ddfcb79fdba7adbe (diff) | |
download | tor-eda7373e1509c966b5b216453c031cfa59fdf76a.tar.gz tor-eda7373e1509c966b5b216453c031cfa59fdf76a.zip |
clean up TestSocks man page entry
svn:r5942
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index ceb99ab191..d89567e30a 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -364,10 +364,10 @@ as long-term entries for our circuits. .LP .TP \fBTestSocks \fR\fB0\fR|\fB1\fR\fP -When this option is enabled then Tor will make a notice-level log entry -for each connection to the Socks port indicating whether a hostname or -an IP address was used in the request. This helps to determine whether -an application using Tor is possibly leaking DNS requests. +When this option is enabled, Tor will make a notice-level log entry for +each connection to the Socks port indicating whether the request used +a hostname (safe) or an IP address (unsafe). This helps to determine +whether an application using Tor is possibly leaking DNS requests. .SH SERVER OPTIONS .PP |