diff options
author | Roger Dingledine <arma@torproject.org> | 2016-03-23 17:49:55 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-03-23 17:49:55 -0400 |
commit | ea829784c0d9c81910ce38a6b115455b93f686dd (patch) | |
tree | 5c54142b0e1f2572643e94c989bd6bff2fca8fbf /doc/tor.1.txt | |
parent | 20d8370800582a513dbd687a57bb49d4280f0115 (diff) | |
download | tor-ea829784c0d9c81910ce38a6b115455b93f686dd.tar.gz tor-ea829784c0d9c81910ce38a6b115455b93f686dd.zip |
specify in the man page that {cc} is a 2-letter ISA3166 code
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a71b04fec7..389b9fac45 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -787,7 +787,8 @@ The following options are useful only for clients (that is, if [[ExcludeNodes]] **ExcludeNodes** __node__,__node__,__...__:: A list of identity fingerprints, country codes, and address - patterns of nodes to avoid when building a circuit. Country codes must + patterns of nodes to avoid when building a circuit. Country codes are + 2-letter ISA3166 codes, and must be wrapped in braces; fingerprints may be preceded by a dollar sign. (Example: ExcludeNodes ABCD1234CDEF5678ABCD1234CDEF5678ABCD1234, \{cc}, 255.254.0.0/8) + |