diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 4f09837901..8ea19d72e3 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"