commit d23b90ecb235004501dab4406622ff26e6b9339b Author: Linus Nordberg linus@nordberg.se Date: Thu May 31 18:51:49 2012 +0200
Fix typo in "or-address" syntax (prop 186). --- proposals/186-multiple-orports.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/proposals/186-multiple-orports.txt b/proposals/186-multiple-orports.txt index a5361a7..20638a5 100644 --- a/proposals/186-multiple-orports.txt +++ b/proposals/186-multiple-orports.txt @@ -115,7 +115,7 @@ New descriptor syntax:
or-address SP ADDRESS ":" PORTLIST NL
- ADDRESS = IP6ADDR | IP4ADDR + ADDRESS = IPV6ADDR | IPV4ADDR IPV6ADDR = an ipv6 address, surrounded by square brackets. IPV4ADDR = an ipv4 address, represented as a dotted quad. PORTLIST = PORTSPEC | PORTSPEC "," PORTLIST
tor-commits@lists.torproject.org