]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
mention that getinfo helper-nodes can return status "never-connected".
authorRoger Dingledine <arma@torproject.org>
Sun, 25 Dec 2005 05:44:30 +0000 (05:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 25 Dec 2005 05:44:30 +0000 (05:44 +0000)
also, make explicit that there's a space between status and isotime.

svn:r5648

doc/control-spec.txt

index 4f09837901b9ff0262af2745c623930ec0c3c7f6..8ea19d72e313ff91aafa343a272d404849e4744d 100644 (file)
@@ -346,7 +346,10 @@ $Id$
     "helper-nodes"
       A series of lines listing the currently chosen helper nodes, if any.
       Each is of the form:
-         ServerID  SP ((("down" / "unlisted") ISOTime) / "up")  CRLF
+         ServerID  SP (Status-with-time / Status) CRLF
+
+         Status-with-time = ("down" / "unlisted") SP ISOTime
+         Status = ("up" / "never-connected")
 
     "accounting/enabled"
     "accounting/hibernating"