[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] HiddenServiceVersion must be set to 2 currently.
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Thu, 27 Aug 2009 05:10:48 +0200
Subject: HiddenServiceVersion must be set to 2 currently.
Commit: 1092fdca53ec0110b4e4c0bf51a5881ee68c4ac8
0d68da2381780e2f8010b52a9e062947554699d5 removed support for Version 0,
but didn't fix the manpage.
---
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 ba70307..a0f8e8b 100644
--- a/doc/tor.1.in
+++ b/doc/tor.1.in
@@ -1,4 +1,4 @@
-.TH TOR 1 "January 2009" "TOR"
+.TH TOR 1 "August 2009" "TOR"
.SH NAME
tor \- The second-generation onion router
.SH SYNOPSIS
@@ -1369,7 +1369,7 @@ if you're using a Tor controller that handles hidserv publishing for you.
.TP
\fBHiddenServiceVersion \fR\fIversion\fR,\fIversion\fR,\fI...\fP
A list of rendezvous service descriptor versions to publish for the hidden
-service. Possible version numbers are 0 and 2. (Default: 0, 2)
+service. Currently, only version 2 is supported. (Default: 2)
.LP
.TP
\fBHiddenServiceAuthorizeClient \fR\fIauth-type\fR \fR\fIclient-name\fR,\fIclient-name\fR,\fI...\fP
--
1.5.6.5