aboutsummaryrefslogtreecommitdiff
path: root/path-spec.txt
diff options
context:
space:
mode:
authorDamian Johnson <atagar@torproject.org>2015-02-24 20:12:39 -0800
committerDamian Johnson <atagar@torproject.org>2015-02-24 20:12:39 -0800
commited1a0dbfbb9b4a9075a96e256988360bb157775f (patch)
treefb9b86cec14473c59279a9380376d7c6fda26379 /path-spec.txt
parentf079eb102a421622bbd46ab6ef2e8d7c5ebdbeb0 (diff)
downloadtorspec-ed1a0dbfbb9b4a9075a96e256988360bb157775f.tar.gz
torspec-ed1a0dbfbb9b4a9075a96e256988360bb157775f.zip
Standardizing on the name 'server descriptor'
We use a few names for the main self-published descriptor documents... https://trac.torproject.org/projects/tor/ticket/14987 Standardizing on the name 'server descriptor'. This change was made with a few quick runs of sed... % find ./* -type f -exec sed -i 's/router descriptor/server descriptor/' "{}" +; % find ./* -type f -exec sed -i 's/Router descriptor/Server descriptor/' "{}" +; % find ./* -type f -exec sed -i 's/Router Descriptor/Server Descriptor/' "{}" +; ... then reverting the attic changes, and scanning the rest to be sure it doesn't include any functional impact.
Diffstat (limited to 'path-spec.txt')
-rw-r--r--path-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/path-spec.txt b/path-spec.txt
index 64886dc..896195a 100644
--- a/path-spec.txt
+++ b/path-spec.txt
@@ -602,9 +602,9 @@ of their choices.
Tor does not add a guard persistently to the list until the first time we
have connected to it successfully.
-6. Router descriptor purposes
+6. Server descriptor purposes
- There are currently three "purposes" supported for router descriptors:
+ There are currently three "purposes" supported for server descriptors:
general, controller, and bridge. Most descriptors are of type general
-- these are the ones listed in the consensus, and the ones fetched
and used in normal cases.