diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-16 20:29:37 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-16 20:29:37 -0400 |
commit | 61eb3711eee2be8e37ace89c8020ce4ae8502b93 (patch) | |
tree | f4c77d4350e0e27dc0f3dc99ac8567ebfac62170 /doc | |
parent | 2dbf5b77417cf774f0bb783efd7856b53ab09077 (diff) | |
parent | 5f773632421c15c60d81f5ce1feadbb9694e6484 (diff) | |
download | tor-61eb3711eee2be8e37ace89c8020ce4ae8502b93.tar tor-61eb3711eee2be8e37ace89c8020ce4ae8502b93.tar.gz |
Merge commit 'sebastian/manpage'
Diffstat (limited to 'doc')
-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 b6e35f8bd..a4dac0e07 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1519,7 +1519,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 |