diff options
author | Alexander Færøy <ahf@torproject.org> | 2018-01-25 16:49:12 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2018-01-25 16:59:09 +0100 |
commit | 162d75d5878d060f48102de05d0b94974744a932 (patch) | |
tree | 380726ebb864662c1e241761a10fc9ecf35e03b6 /doc/tor.1.txt | |
parent | 2d5bab6afb94cc0e132fdcf61b10ef5ec6a14085 (diff) | |
download | tor-162d75d5878d060f48102de05d0b94974744a932.tar.gz tor-162d75d5878d060f48102de05d0b94974744a932.zip |
Update HiddenServiceVersion man-page entry to only accept either 2 or 3.
This patch updates the HiddenServiceVersion man-page entry to only
accept either 2 or 3 as argument and not a list of multiple versions.
See: https://bugs.torproject.org/25026
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8e27a25de4..ef3d1eb9ee 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2670,7 +2670,7 @@ The following options are used to configure a hidden service. you're using a Tor controller that handles hidserv publishing for you. (Default: 1) -[[HiddenServiceVersion]] **HiddenServiceVersion** __version__,__version__,__...__:: +[[HiddenServiceVersion]] **HiddenServiceVersion** **2**|**3**:: A list of rendezvous service descriptor versions to publish for the hidden service. Currently, versions 2 and 3 are supported. (Default: 2) |