
7 Feb
2013
7 Feb
'13
5:23 p.m.
commit 546d115f65ea850e67a5eba2d3660362bee29bd4 Author: Nick Mathewson <nickm@torproject.org> Date: Thu Feb 7 12:22:57 2013 -0500 patch from atagar: disallow "13." as a number --- dir-spec.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dir-spec.txt b/dir-spec.txt index 6e14a33..e3813dc 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1200,7 +1200,7 @@ Thresholds = Threshold | Threshold SP Thresholds Threshold = ThresholdKey '=' ThresholdVal ThresholdKey = (KeywordChar | "_") + - ThresholdVal = [0-9]+("."[0-9]*)? "%"? + ThresholdVal = [0-9]+("."[0-9]+)? "%"? Commonly used Thresholds at this point include: