aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-10-30 06:08:47 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-11-10 15:48:26 +0100
commit556a1b9e459d28b5f37fa012176d6931fe721844 (patch)
treee7b5c12c255d40a2df62bee90ef8e2b7603242e6 /doc
parentb9cac605abf029d9f0eb3d83a5f64f5b484d61c1 (diff)
downloadtor-556a1b9e459d28b5f37fa012176d6931fe721844.tar.gz
tor-556a1b9e459d28b5f37fa012176d6931fe721844.zip
Change Natd into NATD in our options.
Breaking this out of the last commit because this might be more controversial.
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/address-spec.txt2
-rw-r--r--doc/tor.1.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/address-spec.txt b/doc/spec/address-spec.txt
index 2e1aff2b8a..ce6d2b65e7 100644
--- a/doc/spec/address-spec.txt
+++ b/doc/spec/address-spec.txt
@@ -12,7 +12,7 @@
These hostnames can be passed to Tor as the address part of a SOCKS4a or
SOCKS5 request. If the application is connected to Tor using an IP-only
- method (such as SOCKS4, TransPort, or NatdPort), these hostnames can be
+ method (such as SOCKS4, TransPort, or NATDPort), these hostnames can be
substituted for certain IP addresses using the MapAddress configuration
option or the MAPADDRESS control command.
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index d73620d8bd..e1baf30cd9 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -670,7 +670,7 @@ The following options are useful only for clients (that is, if
**AllowDotExit** **0**|**1**::
If enabled, we convert "www.google.com.foo.exit" addresses on the
- SocksPort/TransPort/NatdPort into "www.google.com" addresses that exit from
+ SocksPort/TransPort/NATDPort into "www.google.com" addresses that exit from
the node "foo". Disabled by default since attacking websites and exit
relays can use it to manipulate your path selection. (Default: 0)