aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-10-31 10:55:18 -0400
committerNick Mathewson <nickm@torproject.org>2013-10-31 10:55:18 -0400
commite02230dd85f281e40c489898dac01dbef33196f2 (patch)
tree4365c3eadd89c3466efae1d198c15e4dc7deeab0 /doc
parentd4af57a2c68ea29c39f33e6df6f8a9bd7c00db89 (diff)
downloadtor-e02230dd85f281e40c489898dac01dbef33196f2.tar
tor-e02230dd85f281e40c489898dac01dbef33196f2.tar.gz
Minor manpage tweaks from weasel; closes #10058
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 615da2d57..c8cbca8d0 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -18,16 +18,16 @@ SYNOPSIS
DESCRIPTION
-----------
-__tor__ is a connection-oriented anonymizing communication
+Tor is a connection-oriented anonymizing communication
service. Users choose a source-routed path through a set of nodes, and
negotiate a "virtual circuit" through the network, in which each node
knows its predecessor and successor, but no others. Traffic flowing down
the circuit is unwrapped by a symmetric key at each node, which reveals
the downstream node. +
-Basically __tor__ provides a distributed network of servers ("onion routers").
-Users bounce their TCP streams -- web traffic, ftp, ssh, etc -- around the
-routers, and recipients, observers, and even the routers themselves have
+Basically, Tor provides a distributed network of servers or relays ("onion routers").
+Users bounce their TCP streams -- web traffic, ftp, ssh, etc. -- around the
+network, and recipients, observers, and even the relays themselves have
difficulty tracking the source of the stream.
COMMAND-LINE OPTIONS