diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-15 06:25:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-15 06:25:00 +0000 |
commit | ad304a5cbb43f38735384bfe1e52a0a4898d1cd2 (patch) | |
tree | 791bb377d2b4ad45f2965dba2e1c20f903e575f7 /doc | |
parent | 8ca31c81954794e01cc6c644bf9e1b6f43d1cbc7 (diff) | |
download | tor-ad304a5cbb43f38735384bfe1e52a0a4898d1cd2.tar.gz tor-ad304a5cbb43f38735384bfe1e52a0a4898d1cd2.zip |
change my mind -- correct the spec to match the code's
behavior for getinfo addr-mappings/*. this is because
the code and spec have been mismatched since at least
0.1.1.x, so i would be surprised if nobody at all is
relying on the current behavior.
backport candidate.
backbackport candidate.
svn:r9823
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 3bf36b4d22..3cae676d9a 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -378,8 +378,8 @@ $Id$ "addr-mappings/all" "addr-mappings/config" "addr-mappings/cache" - "addr-mappings/control" -- a space-separated list of address - mappings, each in the form of "from-address=to-address". + "addr-mappings/control" -- a \r\n-separated list of address + mappings, each in the form of "from-address to-address". The 'config' key returns those address mappings set in the configuration; the 'cache' key returns the mappings in the client-side DNS cache; the 'control' key returns the mappings set |