[torspec/master] a stem user got confused by md/*

commit 3878865046ba97913c7e5f92aa3f061246d19307 Author: Roger Dingledine <arma@torproject.org> Date: Wed Jun 10 22:40:37 2015 -0400 a stem user got confused by md/* now try to phrase it in a less confusing way. --- control-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-spec.txt b/control-spec.txt index 74a80d7..d71b931 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -521,7 +521,7 @@ server descriptor for a given OR. (Note that modern Tor clients do not download server descriptors by default, but download microdescriptors instead. If microdescriptors are enabled, you'll - need to use md/* instead.) + need to use "md" instead.) "md/id/<OR identity>" or "md/name/<OR nickname>" -- the latest microdescriptor for a given OR. [First implemented in @@ -562,7 +562,7 @@ [In 0.2.0.9-alpha this switched from v2 directory style to v3] "desc/all-recent" -- the latest server descriptor for every router that - Tor knows about. (See md note about desc/id/* and desc/name/* above.) + Tor knows about. (See md note about "desc/id" and "desc/name" above.) "network-status" -- a space-separated list (v1 directory style) of all known OR identities. This is in the same format as the
participants (1)
-
arma@torproject.org