diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-03 02:36:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-03 02:36:47 +0000 |
commit | 7b8373a7f372d39ab52e03bc9e732c9498baf97f (patch) | |
tree | a826a4a6f4684d1675f50480106b5221923452d1 /doc/control-spec.txt | |
parent | 64a40b51378277a9bdedc20b43718201de7bdd6a (diff) | |
download | tor-7b8373a7f372d39ab52e03bc9e732c9498baf97f.tar.gz tor-7b8373a7f372d39ab52e03bc9e732c9498baf97f.zip |
minor cleanups
svn:r6301
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 9a74d9da97..fa8eb80fd0 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -256,7 +256,7 @@ $Id$ containing the source and destination addresses. If request is malformed, the server replies with "512 syntax error in command argument". If the server can't fulfill the request, it replies with - "451 resource exhausted." + "451 resource exhausted". 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 |