diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-06-25 14:58:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-06-25 14:58:25 -0400 |
commit | deb9e4aff7347860d5cb41426e4c02a4efc16253 (patch) | |
tree | 7a6130093ea788b8a62deb7485ae5aa31aa4a972 /doc/spec/path-spec.txt | |
parent | 43ab747fe4ee4240cdecc4acff2c7bcb278daebc (diff) | |
download | tor-deb9e4aff7347860d5cb41426e4c02a4efc16253.tar.gz tor-deb9e4aff7347860d5cb41426e4c02a4efc16253.zip |
Make spec docs reference RFC2119
Now people will have no excuse for not knowing what "MUST" and "MAY"
mean. Fixes bug 1310.
Diffstat (limited to 'doc/spec/path-spec.txt')
-rw-r--r-- | doc/spec/path-spec.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/spec/path-spec.txt b/doc/spec/path-spec.txt index 8a85718a08..b137eca89b 100644 --- a/doc/spec/path-spec.txt +++ b/doc/spec/path-spec.txt @@ -14,6 +14,11 @@ of their choices. THIS SPEC ISN'T DONE YET. + The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL + NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and + "OPTIONAL" in this document are to be interpreted as described in + RFC 2119. + 1. General operation Tor begins building circuits as soon as it has enough directory |