]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Tweak 13913 fix: clarify that the behavior is not promised
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Dec 2014 13:41:30 +0000 (08:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Dec 2014 13:41:30 +0000 (08:41 -0500)
Also, it's->its.  The apostrophe is used if and only if it's a
contraction for "it is".

changes/bug13913
doc/tor.1.txt

index 7d908bd5b6f0ac5cceb92e9ff14a180c1a259bc9..9a23180eb3a97203dd8e132c0cd966bce9e32367 100644 (file)
@@ -1,5 +1,7 @@
   o Documentation:
     - Clarify HiddenServiceDir option description in manpage to make it
-      clear that directory in question is relative to current working 
-      directory of Tor instance if it is defined as a relative path. Fixes
+      clear that relative paths are taken with respect to the current
+      working
+      directory of Tor instance. Also clarify that this behavior is
+      not guaranteed to remain indefinitely. Fixes
       issue 13913.
index 6d55a7aed14f2b69e332e13ea26256832ffbfe06..4e3e07e2d3ac83eff09b0d133dbfa76dba4757af 100644 (file)
@@ -2032,8 +2032,11 @@ The following options are used to configure a hidden service.
     Store data files for a hidden service in DIRECTORY. Every hidden service
     must have a separate directory. You may use this option  multiple times to
     specify multiple services. DIRECTORY must be an existing directory.
-    NB: if DIRECTORY is defined in relative way, it will be relative to current
-    working directory of Tor instance, not it's DataDirectory.
+    (Note: in current versions of Tor, if DIRECTORY is a relative path,
+    it will be relative to current
+    working directory of Tor instance, not to its DataDirectory.  Do not
+    rely on this behavior; it is not guaranteed to remain the same in future
+    versions.)
 
 [[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]::
     Configure a virtual port VIRTPORT for a hidden service. You may use this