Update the torify.1 manpage

I went into this to fix 6892 and say "we don't do anything for
circuit isolation."  But instead I did a fair amount of text-removal
to stop implying that torify does anything more than call torsocks.
This commit is contained in:
Nick Mathewson 2017-05-26 15:45:39 -04:00 committed by Roger Dingledine
parent 4a15b31696
commit 5860f0a7c8
2 changed files with 14 additions and 11 deletions

3
changes/torify-manpage Normal file
View File

@ -0,0 +1,3 @@
o Documentation:
- Clarify the manpage for the (deprecated) torify script. Closes
ticket 6892.

View File

@ -17,25 +17,25 @@ SYNOPSIS
DESCRIPTION
-----------
**torify** is a simple wrapper that attempts to find the best underlying Tor
wrapper available on a system. It calls torsocks with a tor specific
configuration file. +
**torify** is a simple wrapper that
calls torsocks with a tor-specific
configuration file.
torsocks is an improved wrapper that explicitly rejects UDP, safely resolves DNS
lookups and properly socksifies your TCP connections. +
Please note that since both method use LD_PRELOAD, torify cannot be applied to
suid binaries.
It is provided for backward compatibility; probably instead you should
just use torsocks.
WARNING
-------
When used with torsocks, torify should not leak DNS requests or UDP data. +
When used with torsocks, torify should not leak DNS requests or UDP data.
Both will leak ICMP data.
torify can leak ICMP data.
torify will not ensure that different requests are processed on
different circuits.
SEE ALSO
--------
**tor**(1), **tor-resolve**(1), **torsocks**(1)
**tor**(1), **torsocks**(1)
AUTHORS
-------