diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-12 19:30:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-12 19:30:41 -0400 |
commit | 5e571900b341b52a3176edaecfb6cbab8829efd1 (patch) | |
tree | 6e92230f668abf04fb746533de30bf980a212a89 /changes | |
parent | 7f145b54afb2cb1d9390a65bf31e2dddeb5b87da (diff) | |
download | tor-5e571900b341b52a3176edaecfb6cbab8829efd1.tar.gz tor-5e571900b341b52a3176edaecfb6cbab8829efd1.zip |
Fix a missing :: in an IPv6 addr in the documentation
Closes 19743.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19743 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19743 b/changes/bug19743 new file mode 100644 index 0000000000..69d21af675 --- /dev/null +++ b/changes/bug19743 @@ -0,0 +1,4 @@ + o Documentation: + - Correct the IPv6 syntax in our documentation for the + VirtualAddrNetworkIPv6 torrc option. Fixes bug 19743. + |