From 1092fdca53ec0110b4e4c0bf51a5881ee68c4ac8 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 27 Aug 2009 05:10:48 +0200 Subject: [PATCH] HiddenServiceVersion must be set to 2 currently. 0d68da2381780e2f8010b52a9e062947554699d5 removed support for Version 0, but didn't fix the manpage. --- doc/tor.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tor.1.in b/doc/tor.1.in index ba703079c8..a0f8e8b0f6 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 -- 2.11.4.GIT