diff options
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 4f0983790..8ea19d72e 100644 --- a/doc/control-spec.txt +++ b/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" |