summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-02-23 06:58:18 +0000
committerRoger Dingledine <arma@torproject.org>2005-02-23 06:58:18 +0000
commite0504701126efbdaf58c90a1fc8ad3add39f3134 (patch)
tree8411ba26eccdd25a05a77e7e2b775fbbcca38c51
parent69a36e352e1d115b6991e71cd35fbcb87296d975 (diff)
downloadtor-e0504701126efbdaf58c90a1fc8ad3add39f3134.tar.gz
tor-e0504701126efbdaf58c90a1fc8ad3add39f3134.zip
make slightly clearer that mapaddress arguments are strings
svn:r3668
-rw-r--r--doc/control-spec.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 86237f31fb..bec7a5ea1a 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -250,12 +250,12 @@ the message.
ERROR message.
The client may decline to provide a body for the original address, and
- instead send a special null address (0.0.0.0 for IPv4, ::0 for IPv6, or "."
- for hostname). This signifies that the server should choose the original
+ instead send a special null address ("0.0.0.0" for IPv4, "::0" for IPv6, or
+ "." for hostname), signifying that the server should choose the original
address itself, and return that address in the DONE message. The server
- should ensure that an element of address space that is unlikely to be in
- actual use. If there is already an address mapped to the destination
- address, the server may reuse that mapping.
+ should ensure that it returns an element of address space that is unlikely
+ to be in actual use. If there is already an address mapped to the
+ destination address, the server may reuse that mapping.
If the original address is already mapped to a different address, the old
mapping is removed. If the original address and the destination address