[torspec/master] add back in the version where md/all started

commit 72bb3d3a92927e0b1aa63cdb4d2aa5211ea5bc55 Author: Roger Dingledine <arma@torproject.org> Date: Sun Jun 17 20:23:16 2018 -0400 add back in the version where md/all started accidentally removed in commit dc4e88d4ca --- control-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/control-spec.txt b/control-spec.txt index 1fae378..2fca25c 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -579,8 +579,9 @@ microdescriptors instead. If microdescriptors are enabled, you'll need to use "md" instead.) - "md/all" -- all known microdescriptors for entire Tor network. + "md/all" -- all known microdescriptors for the entire Tor network. Each microdescriptor is terminated by a newline. + [First implemented in 0.3.5.1-alpha] "md/id/<OR identity>" or "md/name/<OR nickname>" -- the latest microdescriptor for a given OR. Empty if we have no microdescriptor for
participants (1)
-
arma@torproject.org