summaryrefslogtreecommitdiff
path: root/changes/bug25582
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-29 15:06:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-29 15:06:07 -0400
commit6d7c4c6ec2f76512c1142c1cb4453967d3bc1661 (patch)
tree4a7c6c24b72e4b920e391f964da5218b7b64dc59 /changes/bug25582
parent6aaafb0672ec7d2f454720ea0bed41fb91d9744e (diff)
downloadtor-6d7c4c6ec2f76512c1142c1cb4453967d3bc1661.tar.gz
tor-6d7c4c6ec2f76512c1142c1cb4453967d3bc1661.zip
Remove erroneous section heading "ExitPolicyDefault"
The anchor here was originally introduced to make sure that the manpage would format correctly, but we had mistaken it for a section anchor, and introduced a bogus section heading in 3563a2c8194ebe94. Fixes bug 25582; bugfix on 0.3.3.1-alpha.
Diffstat (limited to 'changes/bug25582')
-rw-r--r--changes/bug255823
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25582 b/changes/bug25582
new file mode 100644
index 0000000000..609b94aac6
--- /dev/null
+++ b/changes/bug25582
@@ -0,0 +1,3 @@
+ o Minor bugfixes (documentation):
+ - Revert a misformatting issue in the ExitPolicy
+ documentation. Fixes bug 25582; bugfix on 0.3.3.1-alpha.