diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-01-05 13:50:02 +0000 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-01-05 13:50:02 +0000 |
commit | b370edcc87a07c214e5212518b7b5c46cbed1da6 (patch) | |
tree | 87b3d3fa3e22c3c0e9ac5e2af72288ff15b48f0e /doc | |
parent | fe9790740f4a62e372acc74861677e81b5e3f453 (diff) | |
download | tor-b370edcc87a07c214e5212518b7b5c46cbed1da6.tar.gz tor-b370edcc87a07c214e5212518b7b5c46cbed1da6.zip |
Better explain the PublishServerDescriptor option in the manpage
PublishServerDescriptor 1 means "publish to the relevant authority", not "publish to v2,v3 authorities". Also adjust the time in the manpage to January 2009
svn:r17909
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index bb57379dae..79a4dfdd00 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1,4 +1,4 @@ -.TH TOR 1 "February 2008" "TOR" +.TH TOR 1 "January 2009" "TOR" .SH NAME tor \- The second-generation onion router .SH SYNOPSIS @@ -914,7 +914,7 @@ descriptor to the directory authorities. (This is useful if you're testing out your server, or if you're using a Tor controller that handles directory publishing for you.) Otherwise, Tor will publish its descriptor to all directory authorities of the type(s) specified. The value "1" is -treated as a synonym for the default, which is currently "v2,v3". +the default, which means "publish to the appropriate authorities". .LP .TP \fBShutdownWaitLength\fR \fINUM\fP |