aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-12-23 19:01:29 -0500
committerNick Mathewson <nickm@torproject.org>2013-12-23 19:01:29 -0500
commit3121a6d0c8c8c3f7c01f09120dbe9c4f5a8adfdb (patch)
treef60164f144091d4848631a186f6aab2a4e69cc5c /doc
parent107b347eb3b8e53fdf04cfe84a243bc5c9e5f8b0 (diff)
parent35115496511f64c08849a039c926910739467169 (diff)
downloadtor-3121a6d0c8c8c3f7c01f09120dbe9c4f5a8adfdb.tar
tor-3121a6d0c8c8c3f7c01f09120dbe9c4f5a8adfdb.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 34a9f24eb..28e7c5d7d 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1799,7 +1799,8 @@ if DirPort is non-zero):
[[DirPort]] **DirPort** \['address':]__PORT__|**auto** [_flags_]::
If this option is nonzero, advertise the directory service on this port.
Set it to "auto" to have Tor pick a port for you. This option can occur
- more than once. (Default: 0)
+ more than once, but only one advertised DirPort is supported: all
+ but one DirPort must have the **NoAdvertise** flag set. (Default: 0)
+
The same flags are supported here as are supported by ORPort.