From 67b27a42be670837d06b17697c3d1edf3c727aa0 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 7 Dec 2006 19:32:52 +0000 Subject: [PATCH] cleanups on the man page edits svn:r9045 --- doc/tor.1.in | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/tor.1.in b/doc/tor.1.in index 71f56c6138..6c99c0c086 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -907,7 +907,7 @@ The tor process stores keys and other data here. The most recently downloaded network status document for each authority. Each file holds one such document; the filenames are the hexadecimal identity key fingerprints of the directory authorities. .LP .TP -.B \fIDataDirectory\fP/cached-routers/cached-routers.new +.B \fIDataDirectory\fB/cached-routers\fR and \fBcached-routers.new\fR These files hold downloaded router statuses. Some routers may appear more than once; if so, the most recently published descriptor is used. The ".new" file is an append-only journal; when it gets too large, all entries are merged into a new cached-routers file. .LP .TP @@ -940,19 +940,15 @@ Only used by servers. Holds identity keys and onion keys. Only used by servers. Holds the fingerprint of the server's identity key. .LP .TP -.B \fIDataDirectory\fP/router.desc -Only used by servers. Holds the most recently generate router descriptor. -.LP -.TP .B \fIDataDirectory\fP/approved-routers -Only for naming authoritative directory servers (see \fBNamingAuthoritativeDirectory\fP). This file lists nickname to identity bindings. Each line lists a nickname and a fingerprint seperated by whitespace. See your \fBfingerprint\fP file in the \fIDataDirectory\fP for an example line. If the nickname is \fB!reject\fP then descriptors from the given identity (fingerprint) are rejected by the authoritative directory server. If it is \fB!invalid\fP then descriptors are accepted but marked in the directory as not valid, that is, not recommended. +Only for naming authoritative directory servers (see \fBNamingAuthoritativeDirectory\fP). This file lists nickname to identity bindings. Each line lists a nickname and a fingerprint separated by whitespace. See your \fBfingerprint\fP file in the \fIDataDirectory\fP for an example line. If the nickname is \fB!reject\fP then descriptors from the given identity (fingerprint) are rejected by this server. If it is \fB!invalid\fP then descriptors are accepted but marked in the directory as not valid, that is, not recommended. .LP .TP .B \fIHiddenServiceDirectory\fP/hostname The .onion domain name for this hidden service. .LP .TP -.B \fIHiddenServiceDirecotyr\fP/private_key +.B \fIHiddenServiceDirectory\fP/private_key The private key for this hidden service. .SH SEE ALSO .BR privoxy (1), -- 2.11.4.GIT