Browse Source

mention that getinfo helper-nodes can return status "never-connected".
also, make explicit that there's a space between status and isotime.


svn:r5648

Roger Dingledine 20 years ago
parent
commit
782efd9e93
1 changed files with 4 additions and 1 deletions
  1. 4 1
      doc/control-spec.txt

+ 4 - 1
doc/control-spec.txt

@@ -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"