From 65e91f8d14e37498e4b4c23ed8df9a4292dd90e8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 13 May 2008 04:53:38 +0000 Subject: r19719@catbus: nickm | 2008-05-13 00:53:26 -0400 Apply dir-spec clarity patch from Sebastian Hahn. svn:r14598 --- doc/spec/dir-spec.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index dc97163349..c2b62b3cab 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -654,9 +654,11 @@ $Id$ 2.3. Nonterminals in router descriptors - nickname ::= between 1 and 19 alphanumeric characters, case-insensitive. - hexdigest ::= a '$', followed by 20 hexadecimal characters. - [Represents a server by the digest of its identity key.] + nickname ::= between 1 and 19 alphanumeric characters ([A-Za-z0-0]), + case-insensitive. + hexdigest ::= a '$', followed by 40 hexadecimal characters + ([A-Fa-f0-9]). [Represents a server by the digest of its identity + key.] exitpattern ::= addrspec ":" portspec portspec ::= "*" | port | port "-" port -- cgit v1.2.3-54-g00ecf