diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-02 07:54:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-02 07:54:34 +0000 |
commit | 9aecb5080e62f537700fc405f676156219c1da81 (patch) | |
tree | 019d5eb86c1265b4aff7ea2b0d70c302efed39e3 /doc/control-spec.txt | |
parent | 7f427ae9a0087a818df03d4dccb34082b33ae58f (diff) | |
download | tor-9aecb5080e62f537700fc405f676156219c1da81.tar.gz tor-9aecb5080e62f537700fc405f676156219c1da81.zip |
admit that getinfo can fail.
svn:r6291
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 86ba141db4..9a74d9da97 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -298,7 +298,7 @@ $Id$ Sent from the client to the server. The syntax is as for GETCONF: "GETINFO" 1*(SP keyword) CRLF one or more NL-terminated strings. The server replies with an INFOVALUE - message. + message, or a 551 or 552 error. Unlike GETCONF, this message is used for data that are not stored in the Tor configuration file, and that may be longer than a single line. On success, |