From 6e8ae50938544a5ed972025dd537374ae533fd68 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 28 Apr 2014 12:40:23 -0400 Subject: [PATCH] changes file for 11634 documentation fixes --- changes/bug11634 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug11634 diff --git a/changes/bug11634 b/changes/bug11634 new file mode 100644 index 0000000000..2a52b3fcf2 --- /dev/null +++ b/changes/bug11634 @@ -0,0 +1,6 @@ + o Documentation: + - Clean up several option names in the manpage to match their real + names, add the missing documentation for a couple of testing and + directory authority options, remove the documentation for a + V2-directory fetching option that no longer exists. Resolves + ticket 11634.