[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] it is cached-descriptors now, not cached-routers
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Wed, 2 Sep 2009 04:50:08 +0200
Subject: it is cached-descriptors now, not cached-routers
Commit: 5f773632421c15c60d81f5ce1feadbb9694e6484
---
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 a0f8e8b..9435e62 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
--
1.5.6.5