diff options
author | Roger Dingledine <arma@torproject.org> | 2012-01-16 21:20:46 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-01-16 21:20:46 -0500 |
commit | 1e923dd2fbdc0834b8fb3ba97b658f15a6d5f6b4 (patch) | |
tree | d66295a529c4cd6ad398329cd2e9ae59f36ce4ae /doc/tor.1.txt | |
parent | 47aa491f9fbae38f71f96f50c4aec3f871c8419d (diff) | |
download | tor-1e923dd2fbdc0834b8fb3ba97b658f15a6d5f6b4.tar.gz tor-1e923dd2fbdc0834b8fb3ba97b658f15a6d5f6b4.zip |
fix crash bug in original feature4207 branch
PLURAL() assumes that the plural is the canonical name for the option,
so now it is.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index adc84e7c14..56e0bd019c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1462,13 +1462,13 @@ DIRECTORY AUTHORITY SERVER OPTIONS authority publishes, or accepted as an OR address in any descriptor submitted for publication by this authority. -**AuthDirBadDirCC** __CC__,... + +**AuthDirBadDirCCs** __CC__,... + -**AuthDirBadExitCC** __CC__,... + +**AuthDirBadExitCCs** __CC__,... + -**AuthDirInvalidCC** __CC__,... + +**AuthDirInvalidCCs** __CC__,... + -**AuthDirRejectCC** __CC__,...:: +**AuthDirRejectCCs** __CC__,...:: Authoritative directories only. These options contain a comma-separated list of country codes such that any server in one of those country codes will be marked as a bad directory/bad exit/invalid for use, or rejected |