]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove erroneous section heading "ExitPolicyDefault"
authorNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 19:06:07 +0000 (15:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 29 Mar 2018 19:06:07 +0000 (15:06 -0400)
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.

changes/bug25582 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug25582 b/changes/bug25582
new file mode 100644 (file)
index 0000000..609b94a
--- /dev/null
@@ -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.
index 80769412f9a775a81587b7f80ebfffa0c670c9bb..2c01a3ec996dfde2bde001af2ee73730db3af4d2 100644 (file)
@@ -1904,7 +1904,7 @@ is non-zero):
        reject *:6881-6999
        accept *:*
 
-[[ExitPolicyDefault]] **ExitPolicyDefault**::
+[[ExitPolicyDefault]]::
     Since the default exit policy uses accept/reject *, it applies to both
     IPv4 and IPv6 addresses.