diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-02 04:50:08 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-09-15 13:15:00 +0200 |
commit | 5f773632421c15c60d81f5ce1feadbb9694e6484 (patch) | |
tree | 8c7d5160d5eaa5bee93430ae95219d6071b527e0 /doc/tor.1.in | |
parent | 0a71d1c6a7289cbadcef5f4a28dd94307decc5be (diff) | |
download | tor-5f773632421c15c60d81f5ce1feadbb9694e6484.tar.gz tor-5f773632421c15c60d81f5ce1feadbb9694e6484.zip |
it is cached-descriptors now, not cached-routers
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index a0f8e8b0f6..9435e62346 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1514,7 +1514,7 @@ The most recently downloaded network status document for each authority. Each f .LP .TP .B \fIDataDirectory\fB/cached-descriptors\fR and \fBcached-descriptors.new\fR -These files hold downloaded router statuses. Some routers may appear more than once; if so, the most recently published descriptor is used. Lines beginning with @-signs are annotations that contain more information about a given router. The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-routers file. +These files hold downloaded router statuses. Some routers may appear more than once; if so, the most recently published descriptor is used. Lines beginning with @-signs are annotations that contain more information about a given router. The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-descriptors file. .LP .TP .B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR |