diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-30 17:46:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-30 17:46:14 +0000 |
commit | 34a3a5e2f4a1eb0c3256cccd22e1efae8584e946 (patch) | |
tree | 848f32355f754698583663e31ce4b22561cd6923 /src/or/control.c | |
parent | 23a345b3c2e7877d3cc4821ec1764f885fa01b2f (diff) | |
download | tor-34a3a5e2f4a1eb0c3256cccd22e1efae8584e946.tar.gz tor-34a3a5e2f4a1eb0c3256cccd22e1efae8584e946.zip |
r14016@catbus: nickm | 2007-07-30 13:45:55 -0400
More documentation
svn:r10992
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 61f642df05..94fd90fd77 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1613,7 +1613,6 @@ static const getinfo_item_t getinfo_items[] = { DOC("status/enough-dir-info", "Whether we have enough up-to-date directory information to build " "circuits."), - /* DOCDOC specify status/version/ */ DOC("status/version/recommended", "List of currently recommended versions."), DOC("status/version/current", "Status of the current version."), DOC("status/version/num-versioning", "Number of versioning authorities."), |