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 3563a2c819.

Fixes bug 25582; bugfix on 0.3.3.1-alpha.
This commit is contained in:
Nick Mathewson 2018-03-29 15:06:07 -04:00
parent 6aaafb0672
commit 6d7c4c6ec2
2 changed files with 4 additions and 1 deletions

3
changes/bug25582 Normal file
View File

@ -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.

View 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.